#0F0707
A very dark, moderate neutral closely aligning with Black.
About #0F0707
At its core, #0F0707 is a very dark and moderate hue. Its closest recognized web color is Black. In the RGB color space, it consists of 15 red, 7 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 53% Magenta, 53% Yellow, and 94% Black. With a hue angle of 0.0 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F0707
RGB15, 7, 7
HSL0.0°, 36.4%, 4.3%
CMYK0%, 53%, 53%, 94%
HSV0.0°, 53.3%, 5.9%
LAB2.4, 2.3, 0.8
XYZ0.3, 0.3, 0.2
Decimal984839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.93:1
Text on #FFFFFF
AAA
1.05:1
Text on #000000
FAIL
19.05:1
Text on #F8FAFC
AAA
1.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0707;
}
.text-color {
color: #0F0707;
}
.border-color {
border: 2px solid #0F0707;
}