#330000
A very dark, vivid red closely aligning with Black.
About #330000
The precise color #330000 is an excellent choice for modern design projects. Its closest recognized web color is Black. In the RGB color space, it consists of 51 red, 0 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 100% M, 100% Y, and 80% K. The HSL representation is 0.0° hue, 100.0% saturation, and 10.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#330000
RGB51, 0, 0
HSL0.0°, 100.0%, 10.0%
CMYK0%, 100%, 100%, 80%
HSV0.0°, 100.0%, 20.0%
LAB6.4, 25.2, 10.0
XYZ1.4, 0.7, 0.1
Decimal3342336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.41:1
Text on #FFFFFF
AAA
1.14:1
Text on #000000
FAIL
17.59:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330000;
}
.text-color {
color: #330000;
}
.border-color {
border: 2px solid #330000;
}