#330F33
A very dark, moderate magenta closely aligning with Black.
About #330F33
Visually, #330F33 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Black. Its digital footprint relies on 51 parts red, 15 parts green, and 51 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 71% magenta, 0% yellow, and 80% black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#330F33
RGB51, 15, 51
HSL300.0°, 54.5%, 12.9%
CMYK0%, 71%, 0%, 80%
HSV300.0°, 70.6%, 20.0%
LAB11.2, 23.9, -15.3
XYZ2.1, 1.3, 3.3
Decimal3346227
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.71:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.97:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330F33;
}
.text-color {
color: #330F33;
}
.border-color {
border: 2px solid #330F33;
}