Shades of Black #1D0301
Tints of Black #1D0301
RGB
CMYK
RGB Variations
Color information
#1D0301 (or 0x1D0301) is known color: Black. HEX triplet: 1D, 03 and 01. RGB value is (29,3,1). Sum of RGB (Red+Green+Blue) = 29+3+1=33 (4% of max value = 765). Red value is 29 (11.72% from 255 or 87.88% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0301 is #E2FCFE. Grayscale: #0A0A0A. Windows color (decimal): -14875903 or 66333. OLE color: 66333.
HSL color Cylindrical-coordinate representation of color #1D0301: hue angle of 4.29º 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 #1D0301 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 3 | 1 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.89 |
| HSL | 4.29º | 0.93% | 0.06% | - |
| HSV(B) | 4.29º | 0.97% | 0.11% | - |
| XYZ | 0.54 | 0.33 | 0.06 | - |
| YUV | 10.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 1 | 0 | 0.90 | 0.97 | 0.89 | 4.29 | 0.93 | 0.06 |
| Hex | 1D | 3 | 1 | 0 | 5A | 61 | 59 | 4 | 5D | 6 |
| Octal | 35 | 3 | 1 | 0 | 132 | 141 | 131 | 4 | 135 | 6 |
| Binary | 11101 | 11 | 1 | 0 | 1011010 | 1100001 | 1011001 | 100 | 1011101 | 110 |
Color Harmonies of #1D0301
Complementary color
Monochromatic Colors of #1D0301
Black with #1D0301
Text Example
Text Example
White with #1D0301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0301; }
p { color: rgb(29,3,1); }
H1.HeaderClassName
{
color: #1D0301;
}
.AnyTagClassName
{
color: #1D0301;
}
</style>
background-color css
<style>
a { background-color: #1D0301; }
a { background-color: rgb(29,3,1); }
div.DivClassName
{
background-color: #1D0301;
}
.BgClassName
{
background-color: #1D0301;
}
</style>
border-color css
<style>
span { border-color: #1D0301; }
span { border-color: rgb(29,3,1); }
td.TdClassName
{
border-color: #1D0301;
}
.TagClassName
{
border-color: #1D0301;
}
</style>