Shades of Black #1D0100
Tints of Black #1D0100
RGB
CMYK
RGB Variations
Color information
#1D0100 (or 0x1D0100) is known color: Black. HEX triplet: 1D, 01 and 00. RGB value is (29,1,0). Sum of RGB (Red+Green+Blue) = 29+1+0=30 (3% of max value = 765). Red value is 29 (11.72% from 255 or 96.67% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0100 is #E2FEFF. Grayscale: #090909. Windows color (decimal): -14876416 or 285. OLE color: 285.
HSL color Cylindrical-coordinate representation of color #1D0100: hue angle of 2.07º 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 #1D0100 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 1 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.89 |
| HSL | 2.07º | 1% | 0.06% | - |
| HSV(B) | 2.07º | 1% | 0.11% | - |
| XYZ | 0.52 | 0.28 | 0.03 | - |
| YUV | 9.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 0 | 0 | 0.97 | 1 | 0.89 | 2.07 | 1 | 0.06 |
| Hex | 1D | 1 | 0 | 0 | 61 | 64 | 59 | 2 | 64 | 6 |
| Octal | 35 | 1 | 0 | 0 | 141 | 144 | 131 | 2 | 144 | 6 |
| Binary | 11101 | 1 | 0 | 0 | 1100001 | 1100100 | 1011001 | 10 | 1100100 | 110 |
Color Harmonies of #1D0100
Complementary color
Monochromatic Colors of #1D0100
Black with #1D0100
Text Example
Text Example
White with #1D0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0100; }
p { color: rgb(29,1,0); }
H1.HeaderClassName
{
color: #1D0100;
}
.AnyTagClassName
{
color: #1D0100;
}
</style>
background-color css
<style>
a { background-color: #1D0100; }
a { background-color: rgb(29,1,0); }
div.DivClassName
{
background-color: #1D0100;
}
.BgClassName
{
background-color: #1D0100;
}
</style>
border-color css
<style>
span { border-color: #1D0100; }
span { border-color: rgb(29,1,0); }
td.TdClassName
{
border-color: #1D0100;
}
.TagClassName
{
border-color: #1D0100;
}
</style>