Color: #313927

#313927 Color Information

#313927 is a dark color. The closest websafe version is #313927. A complement of this color would be #30273A, perceived brightness is 0.21, and the grayscale version is #303030.

In the HSL color space, this color has a hue angle of 87°,a saturation of 19%, and a lightness of 19%.The HSV representation shows a hue of 87°, a saturation of 32%, and a value of 22%.

In a RGB color space, #313927 is composed of 19% red, 22% green and 15% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 0% magenta, 32% yellow and 78% black.

In the Yxy color space, this color is represented as Y: 3.74, x: 0.3631, and y: 0.4231.

Color Code #313927

#313927rgb(49, 57, 39)
HEX
#313927
RGB
rgb(49, 57, 39)
HSL
hsl(87, 19%, 19%)
HSV
hsv(87, 32%, 22%)
CMYK
14%, 0%, 32%, 78%
XYZ
X: 3.21, Y: 3.74, Z: 1.89
Lab
L: 22.79, a: -6.44, b: 10.09
Name

Shades of Color #313927

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

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

#313927rgb(49, 57, 39)

About #313927 Color Code

In the HSL color space, this color has a hue angle of 87°, a saturation of 19%, and a lightness of 19%. The HSV representation shows a hue of 87°, a saturation of 32%, and a value of 22%.

  • HEX: #313927
  • RGB: rgb(49, 57, 39)
  • HSL: hsl(87, 19%, 19%)
  • HSV: hsv(87, 32%, 22%)
  • CMYK: 14.00% cyan, 0.00% magenta, 32.00% yellow, 78.00% black
  • XYZ: 3.21, 3.74, 1.89
  • Yxy: 3.74, 0.3631, 0.4231
  • Hunter Lab: 22.79, -6.44, 10.09
  • CIE-Lab: 22.79, -6.44, 10.09

In the XYZ color space, this color is represented as X: 3.21, Y: 3.74, Z: 1.89. The Yxy representation further refines this as Y: 3.74, x: 0.3631, and y: 0.4231.

In the Hunter Lab color space, this color is represented as L: 22.79, a: -6.44, and b: 10.09. Similarly, in the CIE-Lab color space, it is represented as L: 22.79, a: -6.44, and b: 10.09.

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 #313927

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

Analogous Colors of #313927

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

Split Complementary Colors of #313927

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

Tetradic Colors of #313927

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

Monochromatic Colors of #313927

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

Complementary Color of #313927

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

/* Using HEX */
body {
  background-color: #313927;
}
/* Using RGB */
body {
  background-color: rgb(49, 57, 39);
}
/* Using RGB with opacity */
body {
  background-color: rgba(49, 57, 39, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(87, 19%, 19%);
}
/* Text color */
p {
  color: #313927;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #313927;
}
/* Border color */
.box {
  border: 4px solid #313927;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #313927;
}
Text Shadow Preview
/* Background with text */
div {
  background: #313927;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#313927
On Black Background
#313927
On White Background
#313927

HTML Examples of #313927

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

Related Colors of #313927

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