#001D16
A very dark, vivid neutral closely aligning with Black.
About #001D16
The hex code #001D16 represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 0 red, 29 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#001D16
RGB0, 29, 22
HSL165.5°, 100.0%, 5.7%
CMYK100%, 0%, 24%, 89%
HSV165.5°, 100.0%, 11.4%
LAB8.5, -12.5, 1.6
XYZ0.6, 0.9, 0.9
Decimal7446
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.69:1
Text on #FFFFFF
AAA
1.19:1
Text on #000000
FAIL
16.90:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D16;
}
.text-color {
color: #001D16;
}
.border-color {
border: 2px solid #001D16;
}