#0F0016
A very dark, vivid neutral closely aligning with Black.
About #0F0016
Visually, #0F0016 is defined as a vivid neutral. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(15, 0, 22).
If you are designing for print, the four-color process is what matters most. The color uses 32% Cyan, 100% Magenta, 0% Yellow, and 91% Black. With a hue angle of 280.9 degrees, it sits comfortably in the neutral spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F0016
RGB15, 0, 22
HSL280.9°, 100.0%, 4.3%
CMYK32%, 100%, 0%, 91%
HSV280.9°, 100.0%, 8.6%
LAB1.4, 7.8, -8.6
XYZ0.3, 0.2, 0.8
Decimal983062
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.35:1
Text on #FFFFFF
AAA
1.03:1
Text on #000000
FAIL
19.45:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0016;
}
.text-color {
color: #0F0016;
}
.border-color {
border: 2px solid #0F0016;
}