Color: #20132A

#20132A Color Information

#20132A is a dark color. The closest websafe version is #20132A. A complement of this color would be #1D2A13, perceived brightness is 0.10, and the grayscale version is #1F1F1F.

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

In a RGB color space, #20132A is composed of 13% red, 7% green and 16% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 55% magenta, 0% yellow and 84% black.

In the Yxy color space, this color is represented as Y: 0.93, x: 0.3119, and y: 0.2397.

Color Code #20132A

#20132Argb(32, 19, 42)
HEX
#20132A
RGB
rgb(32, 19, 42)
HSL
hsl(274, 38%, 12%)
HSV
hsv(274, 55%, 16%)
CMYK
24%, 55%, 0%, 84%
XYZ
X: 1.21, Y: 0.93, Z: 1.74
Lab
L: 8.38, a: 11.16, b: -13.18
Name

Shades of Color #20132A

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

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

#20132Argb(32, 19, 42)

About #20132A Color Code

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

  • HEX: #20132A
  • RGB: rgb(32, 19, 42)
  • HSL: hsl(274, 38%, 12%)
  • HSV: hsv(274, 55%, 16%)
  • CMYK: 24.00% cyan, 55.00% magenta, 0.00% yellow, 84.00% black
  • XYZ: 1.21, 0.93, 1.74
  • Yxy: 0.93, 0.3119, 0.2397
  • Hunter Lab: 8.38, 11.16, -13.18
  • CIE-Lab: 8.38, 11.16, -13.18

In the XYZ color space, this color is represented as X: 1.21, Y: 0.93, Z: 1.74. The Yxy representation further refines this as Y: 0.93, x: 0.3119, and y: 0.2397.

In the Hunter Lab color space, this color is represented as L: 8.38, a: 11.16, and b: -13.18. Similarly, in the CIE-Lab color space, it is represented as L: 8.38, a: 11.16, and b: -13.18.

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 #20132A

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

Analogous Colors of #20132A

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

Split Complementary Colors of #20132A

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

Tetradic Colors of #20132A

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

Monochromatic Colors of #20132A

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

Complementary Color of #20132A

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

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

HTML Examples of #20132A

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

Related Colors of #20132A

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