#000016
A very dark, vivid neutral closely aligning with Black.
About #000016
Visually, #000016 is defined as a vivid neutral. Its closest recognized web color is Black. This translates to an RGB value of rgb(0, 0, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 100% Magenta, 0% Yellow, and 91% Black. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#000016
RGB0, 0, 22
HSL240.0°, 100.0%, 4.3%
CMYK100%, 100%, 0%, 91%
HSV240.0°, 100.0%, 8.6%
LAB0.5, 3.7, -10.0
XYZ0.1, 0.1, 0.8
Decimal22
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.76:1
Text on #FFFFFF
AAA
1.01:1
Text on #000000
FAIL
19.84:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000016;
}
.text-color {
color: #000016;
}
.border-color {
border: 2px solid #000016;
}