Charcoal grey to RGB — Color Code

RGB

rgb(60, 65, 66)

Format Value
HEX #3c4142
RGB rgb(60, 65, 66)
HSL hsl(190, 4.8%, 24.7%)
CMYK cmyk(9.1%, 1.5%, 0%, 74.1%)

What is the RGB code for charcoal grey?

The CSS color charcoal grey in RGB format is rgb(60, 65, 66). Use this value directly in CSS, SVG, and most design tools.

How do I use charcoal grey in CSS?

To apply charcoal grey in CSS:

  • Text color: color: rgb(60, 65, 66);
  • Background: background-color: rgb(60, 65, 66);
  • Border: border-color: rgb(60, 65, 66);

What are all the color format values for charcoal grey?

FormatValue
HEX#3c4142
RGBrgb(60, 65, 66)
HSLhsl(190, 4.8%, 24.7%)
CMYKcmyk(9.1%, 1.5%, 0%, 74.1%)

How do I convert charcoal grey to RGB?

Select charcoal grey from the color name list in our color converter. The RGB value — rgb(60, 65, 66) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does charcoal grey belong to?

charcoal grey belongs to the neutral (gray) color family. It is a dark, muted color with HSL values: hue 190°, saturation 4.8%, lightness 24.7%.

How do I create lighter and darker shades of charcoal grey?

Lighter variant (lightness 39.7%): #60686a. Darker variant (lightness 9.7%): #181a1a. 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.