Color: #281E0D

#281E0D Color Information

#281E0D is a dark color. The closest websafe version is #281E0D. A complement of this color would be #0C1627, perceived brightness is 0.12, and the grayscale version is #1B1B1B.

In the HSL color space, this color has a hue angle of 38°,a saturation of 51%, and a lightness of 10%.The HSV representation shows a hue of 38°, a saturation of 68%, and a value of 16%.

In a RGB color space, #281E0D is composed of 16% red, 12% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 67% yellow and 84% black.

In the Yxy color space, this color is represented as Y: 1.43, x: 0.4418, and y: 0.4269.

Color Code #281E0D

#281E0Drgb(40, 30, 13)
HEX
#281E0D
RGB
rgb(40, 30, 13)
HSL
hsl(38, 51%, 10%)
HSV
hsv(38, 68%, 16%)
CMYK
0%, 25%, 67%, 84%
XYZ
X: 1.48, Y: 1.43, Z: 0.44
Lab
L: 12.14, a: 3.06, b: 12.57
Name

Shades of Color #281E0D

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

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

#281E0Drgb(40, 30, 13)

About #281E0D Color Code

In the HSL color space, this color has a hue angle of 38°, a saturation of 51%, and a lightness of 10%. The HSV representation shows a hue of 38°, a saturation of 68%, and a value of 16%.

  • HEX: #281E0D
  • RGB: rgb(40, 30, 13)
  • HSL: hsl(38, 51%, 10%)
  • HSV: hsv(38, 68%, 16%)
  • CMYK: 0.00% cyan, 25.00% magenta, 67.00% yellow, 84.00% black
  • XYZ: 1.48, 1.43, 0.44
  • Yxy: 1.43, 0.4418, 0.4269
  • Hunter Lab: 12.14, 3.06, 12.57
  • CIE-Lab: 12.14, 3.06, 12.57

In the XYZ color space, this color is represented as X: 1.48, Y: 1.43, Z: 0.44. The Yxy representation further refines this as Y: 1.43, x: 0.4418, and y: 0.4269.

In the Hunter Lab color space, this color is represented as L: 12.14, a: 3.06, and b: 12.57. Similarly, in the CIE-Lab color space, it is represented as L: 12.14, a: 3.06, and b: 12.57.

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 #281E0D

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

Analogous Colors of #281E0D

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

Split Complementary Colors of #281E0D

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

Tetradic Colors of #281E0D

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

Monochromatic Colors of #281E0D

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

Complementary Color of #281E0D

The complementary color of #281E0D 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 #281E0D

/* Using HEX */
body {
  background-color: #281e0d;
}
/* Using RGB */
body {
  background-color: rgb(40, 30, 13);
}
/* Using RGB with opacity */
body {
  background-color: rgba(40, 30, 13, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(38, 51%, 10%);
}
/* Text color */
p {
  color: #281e0d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #281e0d;
}
/* Border color */
.box {
  border: 4px solid #281e0d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #281e0d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #281e0d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#281E0D
On Black Background
#281E0D
On White Background
#281E0D

HTML Examples of #281E0D

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

Related Colors of #281E0D

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