Charcoal to RGB — Color Code

RGB

rgb(52, 56, 55)

Format Value
HEX #343837
RGB rgb(52, 56, 55)
HSL hsl(165, 3.7%, 21.2%)
CMYK cmyk(7.1%, 0%, 1.8%, 78%)

What is the RGB code for charcoal?

The CSS color charcoal in RGB format is rgb(52, 56, 55). Use this value directly in CSS, SVG, and most design tools.

How do I use charcoal in CSS?

To apply charcoal in CSS:

  • Text color: color: rgb(52, 56, 55);
  • Background: background-color: rgb(52, 56, 55);
  • Border: border-color: rgb(52, 56, 55);

What are all the color format values for charcoal?

FormatValue
HEX#343837
RGBrgb(52, 56, 55)
HSLhsl(165, 3.7%, 21.2%)
CMYKcmyk(7.1%, 0%, 1.8%, 78%)

How do I convert charcoal to RGB?

Select charcoal from the color name list in our color converter. The RGB value — rgb(52, 56, 55) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does charcoal belong to?

charcoal belongs to the neutral (gray) color family. It is a dark, muted color with HSL values: hue 165°, saturation 3.7%, lightness 21.2%.

How do I create lighter and darker shades of charcoal?

Lighter variant (lightness 36.2%): #59605e. Darker variant (lightness 6.199999999999999%): #0f1010. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.