Color: #32200E

#32200E Color Information

#32200E is a dark color. The closest websafe version is #32200E. A complement of this color would be #0F2134, perceived brightness is 0.14, and the grayscale version is #202020.

In the HSL color space, this color has a hue angle of 30°,a saturation of 56%, and a lightness of 13%.The HSV representation shows a hue of 30°, a saturation of 72%, and a value of 20%.

In a RGB color space, #32200E is composed of 20% red, 13% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 36% magenta, 72% yellow and 80% black.

In the Yxy color space, this color is represented as Y: 1.77, x: 0.4696, and y: 0.4136.

Color Code #32200E

#32200Ergb(50, 32, 14)
HEX
#32200E
RGB
rgb(50, 32, 14)
HSL
hsl(30, 56%, 13%)
HSV
hsv(30, 72%, 20%)
CMYK
0%, 36%, 72%, 80%
XYZ
X: 2.01, Y: 1.77, Z: 0.50
Lab
L: 14.24, a: 7.26, b: 15.15
Name

Shades of Color #32200E

Shades are created by darkening the original color #32200E 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 #32200E

Tints are created by lightening the original color #32200E 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.

#32200Ergb(50, 32, 14)

About #32200E Color Code

In the HSL color space, this color has a hue angle of 30°, a saturation of 56%, and a lightness of 13%. The HSV representation shows a hue of 30°, a saturation of 72%, and a value of 20%.

  • HEX: #32200E
  • RGB: rgb(50, 32, 14)
  • HSL: hsl(30, 56%, 13%)
  • HSV: hsv(30, 72%, 20%)
  • CMYK: 0.00% cyan, 36.00% magenta, 72.00% yellow, 80.00% black
  • XYZ: 2.01, 1.77, 0.50
  • Yxy: 1.77, 0.4696, 0.4136
  • Hunter Lab: 14.24, 7.26, 15.15
  • CIE-Lab: 14.24, 7.26, 15.15

In the XYZ color space, this color is represented as X: 2.01, Y: 1.77, Z: 0.50. The Yxy representation further refines this as Y: 1.77, x: 0.4696, and y: 0.4136.

In the Hunter Lab color space, this color is represented as L: 14.24, a: 7.26, and b: 15.15. Similarly, in the CIE-Lab color space, it is represented as L: 14.24, a: 7.26, and b: 15.15.

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 #32200E

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

Analogous Colors of #32200E

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

Split Complementary Colors of #32200E

Split complementary colors are two colors adjacent to the complementary color of #32200E. They create a balanced and visually appealing color scheme.

Tetradic Colors of #32200E

Tetradic colors form a rectangle on the color wheel, including #32200E. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #32200E

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

Complementary Color of #32200E

The complementary color of #32200E 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 #32200E

/* Using HEX */
body {
  background-color: #32200e;
}
/* Using RGB */
body {
  background-color: rgb(50, 32, 14);
}
/* Using RGB with opacity */
body {
  background-color: rgba(50, 32, 14, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(30, 56%, 13%);
}
/* Text color */
p {
  color: #32200e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #32200e;
}
/* Border color */
.box {
  border: 4px solid #32200e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #32200e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #32200e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#32200E
On Black Background
#32200E
On White Background
#32200E

HTML Examples of #32200E

<!-- Using HEX -->
<div style="background-color: #32200e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(50, 32, 14); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(50, 32, 14, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(30, 56%, 13%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #32200e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #32200e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #32200e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #32200e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #32200e; color: #fff; padding: 16px; border-radius: 8px;">
  #32200E
</div>
#32200E
On Black Background
#32200E
On White Background
#32200E

Related Colors of #32200E

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