Shades of Black #1D0000
Tints of Black #1D0000
RGB
CMYK
RGB Variations
Color information
#1D0000 (or 0x1D0000) is known color: Black. HEX triplet: 1D, 00 and 00. RGB value is (29,0,0). Sum of RGB (Red+Green+Blue) = 29+0+0=29 (3% of max value = 765). Red value is 29 (11.72% from 255 or 100% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0000 is #E2FFFF. Grayscale: #080808. Windows color (decimal): -14876672 or 29. OLE color: 29.
HSL color Cylindrical-coordinate representation of color #1D0000: hue angle of 0º 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 #1D0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.89 |
| HSL | 0º | 1% | 0.06% | - |
| HSV(B) | 0º | 1% | 0.11% | - |
| XYZ | 0.51 | 0.26 | 0.02 | - |
| YUV | 8.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 0 | 0 | 1 | 1 | 0.89 | 0 | 1 | 0.06 |
| Hex | 1D | 0 | 0 | 0 | 64 | 64 | 59 | 0 | 64 | 6 |
| Octal | 35 | 0 | 0 | 0 | 144 | 144 | 131 | 0 | 144 | 6 |
| Binary | 11101 | 0 | 0 | 0 | 1100100 | 1100100 | 1011001 | 0 | 1100100 | 110 |
Color Harmonies of #1D0000
Complementary color
Monochromatic Colors of #1D0000
Black with #1D0000
Text Example
Text Example
White with #1D0000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0000; }
p { color: rgb(29,0,0); }
H1.HeaderClassName
{
color: #1D0000;
}
.AnyTagClassName
{
color: #1D0000;
}
</style>
background-color css
<style>
a { background-color: #1D0000; }
a { background-color: rgb(29,0,0); }
div.DivClassName
{
background-color: #1D0000;
}
.BgClassName
{
background-color: #1D0000;
}
</style>
border-color css
<style>
span { border-color: #1D0000; }
span { border-color: rgb(29,0,0); }
td.TdClassName
{
border-color: #1D0000;
}
.TagClassName
{
border-color: #1D0000;
}
</style>