Color: #502030

#502030 Color Information

#502030 is a dark color. The closest websafe version is #502030. A complement of this color would be #205040, perceived brightness is 0.19, and the grayscale version is #383838.

In the HSL color space, this color has a hue angle of 340°,a saturation of 43%, and a lightness of 22%.The HSV representation shows a hue of 340°, a saturation of 60%, and a value of 31%.

In a RGB color space, #502030 is composed of 31% red, 13% green and 19% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 60% magenta, 40% yellow and 69% black.

In the Yxy color space, this color is represented as Y: 3.00, x: 0.4553, and y: 0.3049.

Color Code #502030

#502030rgb(80, 32, 48)
HEX
#502030
RGB
rgb(80, 32, 48)
HSL
hsl(340, 43%, 22%)
HSV
hsv(340, 60%, 31%)
CMYK
0%, 60%, 40%, 69%
XYZ
X: 4.48, Y: 3.00, Z: 2.36
Lab
L: 20.04, a: 24.36, b: 0.95
Name

Shades of Color #502030

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

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

#502030rgb(80, 32, 48)

About #502030 Color Code

In the HSL color space, this color has a hue angle of 340°, a saturation of 43%, and a lightness of 22%. The HSV representation shows a hue of 340°, a saturation of 60%, and a value of 31%.

  • HEX: #502030
  • RGB: rgb(80, 32, 48)
  • HSL: hsl(340, 43%, 22%)
  • HSV: hsv(340, 60%, 31%)
  • CMYK: 0.00% cyan, 60.00% magenta, 40.00% yellow, 69.00% black
  • XYZ: 4.48, 3.00, 2.36
  • Yxy: 3.00, 0.4553, 0.3049
  • Hunter Lab: 20.04, 24.36, 0.95
  • CIE-Lab: 20.04, 24.36, 0.95

In the XYZ color space, this color is represented as X: 4.48, Y: 3.00, Z: 2.36. The Yxy representation further refines this as Y: 3.00, x: 0.4553, and y: 0.3049.

In the Hunter Lab color space, this color is represented as L: 20.04, a: 24.36, and b: 0.95. Similarly, in the CIE-Lab color space, it is represented as L: 20.04, a: 24.36, and b: 0.95.

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

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

Analogous Colors of #502030

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

Split Complementary Colors of #502030

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

Tetradic Colors of #502030

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

Monochromatic Colors of #502030

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

Complementary Color of #502030

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

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

HTML Examples of #502030

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

Related Colors of #502030

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