Color: #28232C

#28232C Color Information

#28232C is a dark color. The closest websafe version is #28232C. A complement of this color would be #262A22, perceived brightness is 0.15, and the grayscale version is #272727.

In the HSL color space, this color has a hue angle of 273°,a saturation of 11%, and a lightness of 15%.The HSV representation shows a hue of 273°, a saturation of 20%, and a value of 17%.

In a RGB color space, #28232C is composed of 16% red, 14% green and 17% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 20% magenta, 0% yellow and 83% black.

In the Yxy color space, this color is represented as Y: 1.83, x: 0.3357, and y: 0.3183.

Color Code #28232C

#28232Crgb(40, 35, 44)
HEX
#28232C
RGB
rgb(40, 35, 44)
HSL
hsl(273, 11%, 15%)
HSV
hsv(273, 20%, 17%)
CMYK
9%, 20%, 0%, 83%
XYZ
X: 1.93, Y: 1.83, Z: 1.99
Lab
L: 14.57, a: 4.07, b: -5.10
Name

Shades of Color #28232C

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

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

#28232Crgb(40, 35, 44)

About #28232C Color Code

In the HSL color space, this color has a hue angle of 273°, a saturation of 11%, and a lightness of 15%. The HSV representation shows a hue of 273°, a saturation of 20%, and a value of 17%.

  • HEX: #28232C
  • RGB: rgb(40, 35, 44)
  • HSL: hsl(273, 11%, 15%)
  • HSV: hsv(273, 20%, 17%)
  • CMYK: 9.00% cyan, 20.00% magenta, 0.00% yellow, 83.00% black
  • XYZ: 1.93, 1.83, 1.99
  • Yxy: 1.83, 0.3357, 0.3183
  • Hunter Lab: 14.57, 4.07, -5.10
  • CIE-Lab: 14.57, 4.07, -5.10

In the XYZ color space, this color is represented as X: 1.93, Y: 1.83, Z: 1.99. The Yxy representation further refines this as Y: 1.83, x: 0.3357, and y: 0.3183.

In the Hunter Lab color space, this color is represented as L: 14.57, a: 4.07, and b: -5.10. Similarly, in the CIE-Lab color space, it is represented as L: 14.57, a: 4.07, and b: -5.10.

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 #28232C

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

Analogous Colors of #28232C

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

Monochromatic Colors of #28232C

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

Complementary Color of #28232C

The complementary color of #28232C 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 #28232C

/* Using HEX */
body {
  background-color: #28232c;
}
/* Using RGB */
body {
  background-color: rgb(40, 35, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(40, 35, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(273, 11%, 15%);
}
/* Text color */
p {
  color: #28232c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #28232c;
}
/* Border color */
.box {
  border: 4px solid #28232c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #28232c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #28232c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#28232C
On Black Background
#28232C
On White Background
#28232C

HTML Examples of #28232C

<!-- Using HEX -->
<div style="background-color: #28232c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(40, 35, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(40, 35, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(273, 11%, 15%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #28232c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #28232c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #28232c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #28232c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #28232c; color: #fff; padding: 16px; border-radius: 8px;">
  #28232C
</div>
#28232C
On Black Background
#28232C
On White Background
#28232C

Related Colors of #28232C

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