#3A0724
A very dark, vivid magenta closely aligning with Black.
About #3A0724
The hex code #3A0724 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(58, 7, 36).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 88% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A0724
RGB58, 7, 36
HSL325.9°, 78.5%, 12.7%
CMYK0%, 88%, 38%, 77%
HSV325.9°, 87.9%, 22.7%
LAB10.4, 27.4, -5.3
XYZ2.1, 1.2, 1.8
Decimal3802916
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.99:1
Text on #FFFFFF
AAA
1.24:1
Text on #000000
FAIL
16.24:1
Text on #F8FAFC
AAA
1.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0724;
}
.text-color {
color: #3A0724;
}
.border-color {
border: 2px solid #3A0724;
}