Color: #24200B

#24200B Color Information

#24200B is a dark color. The closest websafe version is #24200B. A complement of this color would be #0B0F23, perceived brightness is 0.12, and the grayscale version is #171717.

In the HSL color space, this color has a hue angle of 50°,a saturation of 53%, and a lightness of 9%.The HSV representation shows a hue of 50°, a saturation of 100%, and a value of 100%.

In a RGB color space, #24200B is composed of 14% red, 13% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 69% yellow and 86% black.

In the Yxy color space, this color is represented as Y: 1.45, x: 0.4255, and y: 0.4503.

Color Code #24200B

HEX
#24200B
RGB
rgb(36, 32, 11)
HSL
hsl(50, 53%, 9%)
HSV
hsv(50, 69%, 14%)
CMYK
0%, 11%, 69%, 86%
XYZ
X: 1.37, Y: 1.45, Z: 0.40
Lab
L: 12.28, a: -0.67, b: 13.54
Name

Shades of Color #24200B

Shades are created by darkening the original color #24200B in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #24200B

Tints are created by lightening the original color #24200B in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #24200B Color Code

In the HSL color space, this color has a hue angle of 50°, a saturation of 53%, and a lightness of 9%. The HSV representation shows a hue of 50°, a saturation of 69%, and a value of 14%.

  • HEX: #24200B
  • RGB: rgb(36, 32, 11)
  • HSL: hsl(50, 53%, 9%)
  • HSV: hsv(50, 69%, 14%)
  • CMYK: 0.00% cyan, 11.00% magenta, 69.00% yellow, 86.00% black
  • XYZ: 1.37, 1.45, 0.40
  • Yxy: 1.45, 0.4255, 0.4503
  • Hunter Lab: 12.28, -0.67, 13.54
  • CIE-Lab: 12.28, -0.67, 13.54

In the XYZ color space, this color is represented as X: 1.37, Y: 1.45, Z: 0.40. The Yxy representation further refines this as Y: 1.45, x: 0.4255, and y: 0.4503.

In the Hunter Lab color space, this color is represented as L: 12.28, a: -0.67, and b: 13.54. Similarly, in the CIE-Lab color space, it is represented as L: 12.28, a: -0.67, and b: 13.54.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #24200B

Triadic colors are three colors evenly spaced around the color wheel, including #24200B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #24200B

Analogous colors are adjacent to #24200B on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #24200B

Monochromatic colors are variations of #24200B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #24200B

The complementary color of #24200B is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #24200B

/* Using HEX */
body {
  background-color: #24200b;
}
/* Using RGB */
body {
  background-color: rgb(36, 32, 11);
}
/* Using RGB with opacity */
body {
  background-color: rgba(36, 32, 11, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(50, 53%, 9%);
}
/* Text color */
p {
  color: #24200b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #24200b;
}

HTML Examples of #24200B

<!-- Using HEX -->
<div style="background-color: #24200b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(36, 32, 11); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(36, 32, 11, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(50, 53%, 9%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #24200b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #24200b; width: 100px; height: 100px;"></div>

Related Colors of #24200B

These colors are similar to #24200B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.