Shades of Black #1E0201
Tints of Black #1E0201
RGB
CMYK
RGB Variations
Color information
#1E0201 (or 0x1E0201) is known color: Black. HEX triplet: 1E, 02 and 01. RGB value is (30,2,1). Sum of RGB (Red+Green+Blue) = 30+2+1=33 (4% of max value = 765). Red value is 30 (12.11% from 255 or 90.91% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0201 is #E1FDFE. Grayscale: #0A0A0A. Windows color (decimal): -14810623 or 66078. OLE color: 66078.
HSL color Cylindrical-coordinate representation of color #1E0201: hue angle of 2.07º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0201 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 2 | 1 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.88 |
| HSL | 2.07º | 0.94% | 0.06% | - |
| HSV(B) | 2.07º | 0.97% | 0.12% | - |
| XYZ | 0.56 | 0.32 | 0.06 | - |
| YUV | 10.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 1 | 0 | 0.93 | 0.97 | 0.88 | 2.07 | 0.94 | 0.06 |
| Hex | 1E | 2 | 1 | 0 | 5D | 61 | 58 | 2 | 5E | 6 |
| Octal | 36 | 2 | 1 | 0 | 135 | 141 | 130 | 2 | 136 | 6 |
| Binary | 11110 | 10 | 1 | 0 | 1011101 | 1100001 | 1011000 | 10 | 1011110 | 110 |
Color Harmonies of #1E0201
Complementary color
Monochromatic Colors of #1E0201
Black with #1E0201
Text Example
Text Example
White with #1E0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0201; }
p { color: rgb(30,2,1); }
H1.HeaderClassName
{
color: #1E0201;
}
.AnyTagClassName
{
color: #1E0201;
}
</style>
background-color css
<style>
a { background-color: #1E0201; }
a { background-color: rgb(30,2,1); }
div.DivClassName
{
background-color: #1E0201;
}
.BgClassName
{
background-color: #1E0201;
}
</style>
border-color css
<style>
span { border-color: #1E0201; }
span { border-color: rgb(30,2,1); }
td.TdClassName
{
border-color: #1E0201;
}
.TagClassName
{
border-color: #1E0201;
}
</style>