Dark to RGB — Color Code

RGB

rgb(27, 36, 49)

Format Value
HEX #1b2431
RGB rgb(27, 36, 49)
HSL hsl(215.5, 28.9%, 14.9%)
CMYK cmyk(44.9%, 26.5%, 0%, 80.8%)

What is the RGB code for dark?

The CSS color dark in RGB format is rgb(27, 36, 49). Use this value directly in CSS, SVG, and most design tools.

How do I use dark in CSS?

To apply dark in CSS:

  • Text color: color: rgb(27, 36, 49);
  • Background: background-color: rgb(27, 36, 49);
  • Border: border-color: rgb(27, 36, 49);

What are all the color format values for dark?

FormatValue
HEX#1b2431
RGBrgb(27, 36, 49)
HSLhsl(215.5, 28.9%, 14.9%)
CMYKcmyk(44.9%, 26.5%, 0%, 80.8%)

How do I convert dark to RGB?

Select dark from the color name list in our color converter. The RGB value — rgb(27, 36, 49) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark belong to?

dark belongs to the blue color family. It is a dark, muted color with HSL values: hue 215.5°, saturation 28.9%, lightness 14.9%.

How do I create lighter and darker shades of dark?

Lighter variant (lightness 29.9%): #364862. Darker variant (lightness 5%): #090c10. 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.