Color: #13000F

#13000F Color Information

#13000F is a dark color. The closest websafe version is #13000F. A complement of this color would be #001404, perceived brightness is 0.03, and the grayscale version is #0A0A0A.

In the HSL color space, this color has a hue angle of 313°,a saturation of 99%, and a lightness of 4%.The HSV representation shows a hue of 313°, a saturation of 100%, and a value of 7%.

In a RGB color space, #13000F is composed of 7% red, 0% green and 6% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 21% yellow and 93% black.

In the Yxy color space, this color is represented as Y: 0.17, x: 0.4023, and y: 0.1954.

Color Code #13000F

#13000Frgb(19, 0, 15)
HEX
#13000F
RGB
rgb(19, 0, 15)
HSL
hsl(313, 100%, 4%)
HSV
hsv(313, 100%, 7%)
CMYK
0%, 100%, 21%, 93%
XYZ
X: 0.35, Y: 0.17, Z: 0.35
Lab
L: 1.57, a: 7.46, b: -3.90
Name

Shades of Color #13000F

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

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

#13000Frgb(19, 0, 15)

About #13000F Color Code

In the HSL color space, this color has a hue angle of 313°, a saturation of 100%, and a lightness of 4%. The HSV representation shows a hue of 313°, a saturation of 100%, and a value of 7%.

  • HEX: #13000F
  • RGB: rgb(19, 0, 15)
  • HSL: hsl(313, 100%, 4%)
  • HSV: hsv(313, 100%, 7%)
  • CMYK: 0.00% cyan, 100.00% magenta, 21.00% yellow, 93.00% black
  • XYZ: 0.35, 0.17, 0.35
  • Yxy: 0.17, 0.4023, 0.1954
  • Hunter Lab: 1.57, 7.46, -3.90
  • CIE-Lab: 1.57, 7.46, -3.90

In the XYZ color space, this color is represented as X: 0.35, Y: 0.17, Z: 0.35. The Yxy representation further refines this as Y: 0.17, x: 0.4023, and y: 0.1954.

In the Hunter Lab color space, this color is represented as L: 1.57, a: 7.46, and b: -3.90. Similarly, in the CIE-Lab color space, it is represented as L: 1.57, a: 7.46, and b: -3.90.

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 #13000F

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

Analogous Colors of #13000F

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

Split Complementary Colors of #13000F

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

Tetradic Colors of #13000F

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

Monochromatic Colors of #13000F

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

Complementary Color of #13000F

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

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

HTML Examples of #13000F

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

Related Colors of #13000F

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