#001600
A very dark, vivid neutral closely aligning with Black.
About #001600
The hex code #001600 represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(0, 22, 0).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 100% yellow, and 91% black. With a hue angle of 120.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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#001600
RGB0, 22, 0
HSL120.0°, 100.0%, 4.3%
CMYK100%, 0%, 100%, 91%
HSV120.0°, 100.0%, 8.6%
LAB5.2, -10.6, 7.6
XYZ0.3, 0.6, 0.1
Decimal5632
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.84:1
Text on #FFFFFF
AAA
1.11:1
Text on #000000
FAIL
18.00:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001600;
}
.text-color {
color: #001600;
}
.border-color {
border: 2px solid #001600;
}