#00000F
A very dark, vivid neutral closely aligning with Black.
About #00000F
Visually, #00000F is defined as a vivid neutral. Designers often compare it to the standard color Black. In the RGB color space, it consists of 0 red, 0 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 100% Magenta, 0% Yellow, and 94% Black. The HSL representation is 240.0° hue, 100.0% saturation, and 2.9% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00000F
RGB0, 0, 15
HSL240.0°, 100.0%, 2.9%
CMYK100%, 100%, 0%, 94%
HSV240.0°, 100.0%, 5.9%
LAB0.3, 2.2, -6.0
XYZ0.1, 0.0, 0.5
Decimal15
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.86:1
Text on #FFFFFF
AAA
1.01:1
Text on #000000
FAIL
19.93:1
Text on #F8FAFC
AAA
1.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00000F;
}
.text-color {
color: #00000F;
}
.border-color {
border: 2px solid #00000F;
}