Shades of Black #1D0201
Tints of Black #1D0201
RGB
CMYK
RGB Variations
Color information
#1D0201 (or 0x1D0201) is known color: Black. HEX triplet: 1D, 02 and 01. RGB value is (29,2,1). Sum of RGB (Red+Green+Blue) = 29+2+1=32 (4% of max value = 765). Red value is 29 (11.72% from 255 or 90.62% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0201 is #E2FDFE. Grayscale: #090909. Windows color (decimal): -14876159 or 66077. OLE color: 66077.
HSL color Cylindrical-coordinate representation of color #1D0201: hue angle of 2.14º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0201 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 2 | 1 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.89 |
| HSL | 2.14º | 0.93% | 0.06% | - |
| HSV(B) | 2.14º | 0.97% | 0.11% | - |
| XYZ | 0.53 | 0.31 | 0.06 | - |
| YUV | 9.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 1 | 0 | 0.93 | 0.97 | 0.89 | 2.14 | 0.93 | 0.06 |
| Hex | 1D | 2 | 1 | 0 | 5D | 61 | 59 | 2 | 5D | 6 |
| Octal | 35 | 2 | 1 | 0 | 135 | 141 | 131 | 2 | 135 | 6 |
| Binary | 11101 | 10 | 1 | 0 | 1011101 | 1100001 | 1011001 | 10 | 1011101 | 110 |
Color Harmonies of #1D0201
Complementary color
Monochromatic Colors of #1D0201
Black with #1D0201
Text Example
Text Example
White with #1D0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0201; }
p { color: rgb(29,2,1); }
H1.HeaderClassName
{
color: #1D0201;
}
.AnyTagClassName
{
color: #1D0201;
}
</style>
background-color css
<style>
a { background-color: #1D0201; }
a { background-color: rgb(29,2,1); }
div.DivClassName
{
background-color: #1D0201;
}
.BgClassName
{
background-color: #1D0201;
}
</style>
border-color css
<style>
span { border-color: #1D0201; }
span { border-color: rgb(29,2,1); }
td.TdClassName
{
border-color: #1D0201;
}
.TagClassName
{
border-color: #1D0201;
}
</style>