Shades of Black #1D0800
Tints of Black #1D0800
RGB
CMYK
RGB Variations
Color information
#1D0800 (or 0x1D0800) is known color: Black. HEX triplet: 1D, 08 and 00. RGB value is (29,8,0). Sum of RGB (Red+Green+Blue) = 29+8+0=37 (4% of max value = 765). Red value is 29 (11.72% from 255 or 78.38% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0800 is #E2F7FF. Grayscale: #0D0D0D. Windows color (decimal): -14874624 or 2077. OLE color: 2077.
HSL color Cylindrical-coordinate representation of color #1D0800: hue angle of 16.55º 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 #1D0800 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 8 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.89 |
| HSL | 16.55º | 1% | 0.06% | - |
| HSV(B) | 16.55º | 1% | 0.11% | - |
| XYZ | 0.59 | 0.43 | 0.05 | - |
| YUV | 13.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 0 | 0 | 0.72 | 1 | 0.89 | 16.55 | 1 | 0.06 |
| Hex | 1D | 8 | 0 | 0 | 48 | 64 | 59 | 11 | 64 | 6 |
| Octal | 35 | 10 | 0 | 0 | 110 | 144 | 131 | 21 | 144 | 6 |
| Binary | 11101 | 1000 | 0 | 0 | 1001000 | 1100100 | 1011001 | 10001 | 1100100 | 110 |
Color Harmonies of #1D0800
Complementary color
Monochromatic Colors of #1D0800
Black with #1D0800
Text Example
Text Example
White with #1D0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0800; }
p { color: rgb(29,8,0); }
H1.HeaderClassName
{
color: #1D0800;
}
.AnyTagClassName
{
color: #1D0800;
}
</style>
background-color css
<style>
a { background-color: #1D0800; }
a { background-color: rgb(29,8,0); }
div.DivClassName
{
background-color: #1D0800;
}
.BgClassName
{
background-color: #1D0800;
}
</style>
border-color css
<style>
span { border-color: #1D0800; }
span { border-color: rgb(29,8,0); }
td.TdClassName
{
border-color: #1D0800;
}
.TagClassName
{
border-color: #1D0800;
}
</style>