Shades of Black #1D0500
Tints of Black #1D0500
RGB
CMYK
RGB Variations
Color information
#1D0500 (or 0x1D0500) is known color: Black. HEX triplet: 1D, 05 and 00. RGB value is (29,5,0). Sum of RGB (Red+Green+Blue) = 29+5+0=34 (4% of max value = 765). Red value is 29 (11.72% from 255 or 85.29% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0500 is #E2FAFF. Grayscale: #0B0B0B. Windows color (decimal): -14875392 or 1309. OLE color: 1309.
HSL color Cylindrical-coordinate representation of color #1D0500: hue angle of 10.34º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0500 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 5 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.89 |
| HSL | 10.34º | 1% | 0.06% | - |
| HSV(B) | 10.34º | 1% | 0.11% | - |
| XYZ | 0.56 | 0.37 | 0.04 | - |
| YUV | 11.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 0 | 0 | 0.83 | 1 | 0.89 | 10.34 | 1 | 0.06 |
| Hex | 1D | 5 | 0 | 0 | 53 | 64 | 59 | A | 64 | 6 |
| Octal | 35 | 5 | 0 | 0 | 123 | 144 | 131 | 12 | 144 | 6 |
| Binary | 11101 | 101 | 0 | 0 | 1010011 | 1100100 | 1011001 | 1010 | 1100100 | 110 |
Color Harmonies of #1D0500
Complementary color
Monochromatic Colors of #1D0500
Black with #1D0500
Text Example
Text Example
White with #1D0500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0500; }
p { color: rgb(29,5,0); }
H1.HeaderClassName
{
color: #1D0500;
}
.AnyTagClassName
{
color: #1D0500;
}
</style>
background-color css
<style>
a { background-color: #1D0500; }
a { background-color: rgb(29,5,0); }
div.DivClassName
{
background-color: #1D0500;
}
.BgClassName
{
background-color: #1D0500;
}
</style>
border-color css
<style>
span { border-color: #1D0500; }
span { border-color: rgb(29,5,0); }
td.TdClassName
{
border-color: #1D0500;
}
.TagClassName
{
border-color: #1D0500;
}
</style>