#000700
A very dark, vivid neutral closely aligning with Black.
About #000700
Visually, #000700 is defined as a vivid neutral. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 0 red, 7 green, and 0 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 0% M, 100% Y, and 97% K. With a hue angle of 120.0 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#000700
RGB0, 7, 0
HSL120.0°, 100.0%, 1.4%
CMYK100%, 0%, 100%, 97%
HSV120.0°, 100.0%, 2.7%
LAB1.4, -2.8, 2.0
XYZ0.1, 0.2, 0.0
Decimal1792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.38:1
Text on #FFFFFF
AAA
1.03:1
Text on #000000
FAIL
19.48:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000700;
}
.text-color {
color: #000700;
}
.border-color {
border: 2px solid #000700;
}