Dark maroon to HEX — Color Code

HEX

#3c0008

Format Value
HEX #3c0008
RGB rgb(60, 0, 8)
HSL hsl(352, 100%, 11.8%)
CMYK cmyk(0%, 100%, 86.7%, 76.5%)

What is the HEX code for dark maroon?

The CSS color dark maroon in HEX format is #3c0008. Use this value directly in CSS, SVG, and most design tools.

How do I use dark maroon in CSS?

To apply dark maroon in CSS:

  • Text color: color: #3c0008;
  • Background: background-color: #3c0008;
  • Border: border-color: #3c0008;

What are all the color format values for dark maroon?

FormatValue
HEX#3c0008
RGBrgb(60, 0, 8)
HSLhsl(352, 100%, 11.8%)
CMYKcmyk(0%, 100%, 86.7%, 76.5%)

How do I convert dark maroon to HEX?

Select dark maroon from the color name list in our color converter. The HEX value — #3c0008 — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark maroon belong to?

dark maroon belongs to the red color family. It is a dark, vivid color with HSL values: hue 352°, saturation 100%, lightness 11.8%.

How do I create lighter and darker shades of dark maroon?

Lighter variant (lightness 26.8%): #890012. Darker variant (lightness 5%): #190003. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.