#000716
A very dark, vivid neutral closely aligning with Black.
About #000716
Visually, #000716 is defined as a vivid neutral. Designers often compare it to the standard color Black. Its digital footprint relies on 0 parts red, 7 parts green, and 22 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 68% magenta, 0% yellow, and 91% black. With a hue angle of 220.9 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#000716
RGB0, 7, 22
HSL220.9°, 100.0%, 4.3%
CMYK100%, 68%, 0%, 91%
HSV220.9°, 100.0%, 8.6%
LAB1.9, 0.9, -8.0
XYZ0.2, 0.2, 0.8
Decimal1814
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.15:1
Text on #FFFFFF
AAA
1.04:1
Text on #000000
FAIL
19.26:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000716;
}
.text-color {
color: #000716;
}
.border-color {
border: 2px solid #000716;
}