Shades of Black #1D0404
Tints of Black #1D0404
RGB
CMYK
RGB Variations
Color information
#1D0404 (or 0x1D0404) is known color: Black. HEX triplet: 1D, 04 and 04. RGB value is (29,4,4). Sum of RGB (Red+Green+Blue) = 29+4+4=37 (4% of max value = 765). Red value is 29 (11.72% from 255 or 78.38% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0404 is #E2FBFB. Grayscale: #0B0B0B. Windows color (decimal): -14875644 or 263197. OLE color: 263197.
HSL color Cylindrical-coordinate representation of color #1D0404: hue angle of 0º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D0404 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
RGB | 29 | 4 | 4 | - |
CMYK | 0 | 0.86 | 0.86 | 0.89 |
HSL | 0º | 0.76% | 0.06% | - |
HSV(B) | 0º | 0.86% | 0.11% | - |
XYZ | 0.57 | 0.36 | 0.15 | - |
YUV | 11.48 | 123.78 | 140.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 4 | 4 | 0 | 0.86 | 0.86 | 0.89 | 0 | 0.76 | 0.06 |
Hex | 1D | 4 | 4 | 0 | 56 | 56 | 59 | 0 | 4C | 6 |
Octal | 35 | 4 | 4 | 0 | 126 | 126 | 131 | 0 | 114 | 6 |
Binary | 11101 | 100 | 100 | 0 | 1010110 | 1010110 | 1011001 | 0 | 1001100 | 110 |
Color Harmonies of #1D0404
Complementary color
Monochromatic Colors of #1D0404
Black with #1D0404
Text Example
Text Example
White with #1D0404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0404; }
p { color: rgb(29,4,4); }
H1.HeaderClassName
{
color: #1D0404;
}
.AnyTagClassName
{
color: #1D0404;
}
</style>
background-color css
<style>
a { background-color: #1D0404; }
a { background-color: rgb(29,4,4); }
div.DivClassName
{
background-color: #1D0404;
}
.BgClassName
{
background-color: #1D0404;
}
</style>
border-color css
<style>
span { border-color: #1D0404; }
span { border-color: rgb(29,4,4); }
td.TdClassName
{
border-color: #1D0404;
}
.TagClassName
{
border-color: #1D0404;
}
</style>