#0F0000
A very dark, vivid neutral closely aligning with Black.
About #0F0000
When working with digital screens, the color #0F0000 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 15 red, 0 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. With a hue angle of 0.0 degrees, it sits comfortably in the neutral spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F0000
RGB15, 0, 0
HSL0.0°, 100.0%, 2.9%
CMYK0%, 100%, 100%, 94%
HSV0.0°, 100.0%, 5.9%
LAB0.9, 4.1, 1.4
XYZ0.2, 0.1, 0.0
Decimal983040
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.58:1
Text on #FFFFFF
AAA
1.02:1
Text on #000000
FAIL
19.67:1
Text on #F8FAFC
AAA
1.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0000;
}
.text-color {
color: #0F0000;
}
.border-color {
border: 2px solid #0F0000;
}