Shades of Black #1D0400
Tints of Black #1D0400
RGB
CMYK
RGB Variations
Color information
#1D0400 (or 0x1D0400) is known color: Black. HEX triplet: 1D, 04 and 00. RGB value is (29,4,0). Sum of RGB (Red+Green+Blue) = 29+4+0=33 (4% of max value = 765). Red value is 29 (11.72% from 255 or 87.88% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0400 is #E2FBFF. Grayscale: #0B0B0B. Windows color (decimal): -14875648 or 1053. OLE color: 1053.
HSL color Cylindrical-coordinate representation of color #1D0400: hue angle of 8.28º 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 #1D0400 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 4 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.89 |
| HSL | 8.28º | 1% | 0.06% | - |
| HSV(B) | 8.28º | 1% | 0.11% | - |
| XYZ | 0.55 | 0.35 | 0.04 | - |
| YUV | 11.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 0 | 0 | 0.86 | 1 | 0.89 | 8.28 | 1 | 0.06 |
| Hex | 1D | 4 | 0 | 0 | 56 | 64 | 59 | 8 | 64 | 6 |
| Octal | 35 | 4 | 0 | 0 | 126 | 144 | 131 | 10 | 144 | 6 |
| Binary | 11101 | 100 | 0 | 0 | 1010110 | 1100100 | 1011001 | 1000 | 1100100 | 110 |
Color Harmonies of #1D0400
Complementary color
Monochromatic Colors of #1D0400
Black with #1D0400
Text Example
Text Example
White with #1D0400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0400; }
p { color: rgb(29,4,0); }
H1.HeaderClassName
{
color: #1D0400;
}
.AnyTagClassName
{
color: #1D0400;
}
</style>
background-color css
<style>
a { background-color: #1D0400; }
a { background-color: rgb(29,4,0); }
div.DivClassName
{
background-color: #1D0400;
}
.BgClassName
{
background-color: #1D0400;
}
</style>
border-color css
<style>
span { border-color: #1D0400; }
span { border-color: rgb(29,4,0); }
td.TdClassName
{
border-color: #1D0400;
}
.TagClassName
{
border-color: #1D0400;
}
</style>