#070700
A very dark, vivid neutral closely aligning with Black.
About #070700
When working with digital screens, the color #070700 is rendered by mixing light. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(7, 7, 0).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 0% M, 100% Y, and 97% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#070700
RGB7, 7, 0
HSL60.0°, 100.0%, 1.4%
CMYK0%, 0%, 100%, 97%
HSV60.0°, 100.0%, 2.7%
LAB1.8, -1.0, 2.6
XYZ0.2, 0.2, 0.0
Decimal460544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
20.20:1
Text on #FFFFFF
AAA
1.04:1
Text on #000000
FAIL
19.31:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070700;
}
.text-color {
color: #070700;
}
.border-color {
border: 2px solid #070700;
}