#000F00
A very dark, vivid neutral closely aligning with Black.
About #000F00
At its core, #000F00 is a very dark and vivid hue. It is closely associated with the named CSS color Black. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 15, and 0.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 0% M, 100% Y, and 94% K. With a hue angle of 120.0 degrees, it sits comfortably in the neutral spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#000F00
RGB0, 15, 0
HSL120.0°, 100.0%, 2.9%
CMYK100%, 0%, 100%, 94%
HSV120.0°, 100.0%, 5.9%
LAB3.1, -6.3, 4.5
XYZ0.2, 0.3, 0.1
Decimal3840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.66:1
Text on #FFFFFF
AAA
1.07:1
Text on #000000
FAIL
18.79:1
Text on #F8FAFC
AAA
1.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000F00;
}
.text-color {
color: #000F00;
}
.border-color {
border: 2px solid #000F00;
}