Shades of Black #1D0502
Tints of Black #1D0502
RGB
CMYK
RGB Variations
Color information
#1D0502 (or 0x1D0502) is known color: Black. HEX triplet: 1D, 05 and 02. RGB value is (29,5,2). Sum of RGB (Red+Green+Blue) = 29+5+2=36 (4% of max value = 765). Red value is 29 (11.72% from 255 or 80.56% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0502 is #E2FAFD. Grayscale: #0B0B0B. Windows color (decimal): -14875390 or 132381. OLE color: 132381.
HSL color Cylindrical-coordinate representation of color #1D0502: hue angle of 6.67º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0502 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 5 | 2 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.89 |
| HSL | 6.67º | 0.87% | 0.06% | - |
| HSV(B) | 6.67º | 0.93% | 0.11% | - |
| XYZ | 0.57 | 0.37 | 0.1 | - |
| YUV | 11.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 2 | 0 | 0.83 | 0.93 | 0.89 | 6.67 | 0.87 | 0.06 |
| Hex | 1D | 5 | 2 | 0 | 53 | 5D | 59 | 7 | 57 | 6 |
| Octal | 35 | 5 | 2 | 0 | 123 | 135 | 131 | 7 | 127 | 6 |
| Binary | 11101 | 101 | 10 | 0 | 1010011 | 1011101 | 1011001 | 111 | 1010111 | 110 |
Color Harmonies of #1D0502
Complementary color
Monochromatic Colors of #1D0502
Black with #1D0502
Text Example
Text Example
White with #1D0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0502; }
p { color: rgb(29,5,2); }
H1.HeaderClassName
{
color: #1D0502;
}
.AnyTagClassName
{
color: #1D0502;
}
</style>
background-color css
<style>
a { background-color: #1D0502; }
a { background-color: rgb(29,5,2); }
div.DivClassName
{
background-color: #1D0502;
}
.BgClassName
{
background-color: #1D0502;
}
</style>
border-color css
<style>
span { border-color: #1D0502; }
span { border-color: rgb(29,5,2); }
td.TdClassName
{
border-color: #1D0502;
}
.TagClassName
{
border-color: #1D0502;
}
</style>