Shades of Black #1D0501
Tints of Black #1D0501
RGB
CMYK
RGB Variations
Color information
#1D0501 (or 0x1D0501) is known color: Black. HEX triplet: 1D, 05 and 01. RGB value is (29,5,1). Sum of RGB (Red+Green+Blue) = 29+5+1=35 (4% of max value = 765). Red value is 29 (11.72% from 255 or 82.86% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0501 is #E2FAFE. Grayscale: #0B0B0B. Windows color (decimal): -14875391 or 66845. OLE color: 66845.
HSL color Cylindrical-coordinate representation of color #1D0501: hue angle of 8.57º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0501 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 5 | 1 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.89 |
| HSL | 8.57º | 0.93% | 0.06% | - |
| HSV(B) | 8.57º | 0.97% | 0.11% | - |
| XYZ | 0.57 | 0.37 | 0.07 | - |
| YUV | 11.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 1 | 0 | 0.83 | 0.97 | 0.89 | 8.57 | 0.93 | 0.06 |
| Hex | 1D | 5 | 1 | 0 | 53 | 61 | 59 | 9 | 5D | 6 |
| Octal | 35 | 5 | 1 | 0 | 123 | 141 | 131 | 11 | 135 | 6 |
| Binary | 11101 | 101 | 1 | 0 | 1010011 | 1100001 | 1011001 | 1001 | 1011101 | 110 |
Color Harmonies of #1D0501
Complementary color
Monochromatic Colors of #1D0501
Black with #1D0501
Text Example
Text Example
White with #1D0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0501; }
p { color: rgb(29,5,1); }
H1.HeaderClassName
{
color: #1D0501;
}
.AnyTagClassName
{
color: #1D0501;
}
</style>
background-color css
<style>
a { background-color: #1D0501; }
a { background-color: rgb(29,5,1); }
div.DivClassName
{
background-color: #1D0501;
}
.BgClassName
{
background-color: #1D0501;
}
</style>
border-color css
<style>
span { border-color: #1D0501; }
span { border-color: rgb(29,5,1); }
td.TdClassName
{
border-color: #1D0501;
}
.TagClassName
{
border-color: #1D0501;
}
</style>