#330F07
A very dark, vivid red closely aligning with Black.
About #330F07
At its core, #330F07 is a very dark and vivid hue. It is closely associated with the named CSS color Black. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 15, and 7.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 71% M, 86% Y, and 80% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#330F07
RGB51, 15, 7
HSL10.9°, 75.9%, 11.4%
CMYK0%, 71%, 86%, 80%
HSV10.9°, 86.3%, 20.0%
LAB9.5, 17.6, 11.7
XYZ1.6, 1.1, 0.3
Decimal3346183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.32:1
Text on #FFFFFF
AAA
1.21:1
Text on #000000
FAIL
16.56:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330F07;
}
.text-color {
color: #330F07;
}
.border-color {
border: 2px solid #330F07;
}