#341305
A very dark, vivid orange closely aligning with Black.
About #341305
The hex code #341305 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(52, 19, 5).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 63% magenta, 90% yellow, and 80% black. The HSL representation is 17.9° hue, 82.5% saturation, and 11.2% lightness.
Contrast ratios determine whether this color is safe for typography. 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#341305
RGB52, 19, 5
HSL17.9°, 82.5%, 11.2%
CMYK0%, 63%, 90%, 80%
HSV17.9°, 90.4%, 20.4%
LAB10.6, 15.5, 14.2
XYZ1.7, 1.2, 0.3
Decimal3412741
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.92:1
Text on #FFFFFF
AAA
1.24:1
Text on #000000
FAIL
16.17:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #341305;
}
.text-color {
color: #341305;
}
.border-color {
border: 2px solid #341305;
}