#2C0007
A very dark, vivid neutral closely aligning with Black.
About #2C0007
Visually, #2C0007 is defined as a vivid neutral. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(44, 0, 7).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C0007
RGB44, 0, 7
HSL350.5°, 100.0%, 8.6%
CMYK0%, 100%, 84%, 83%
HSV350.5°, 100.0%, 17.3%
LAB5.0, 21.9, 5.0
XYZ1.1, 0.6, 0.3
Decimal2883591
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.92:1
Text on #FFFFFF
AAA
1.11:1
Text on #000000
FAIL
18.08:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0007;
}
.text-color {
color: #2C0007;
}
.border-color {
border: 2px solid #2C0007;
}