Shades of Black #1E0502
Tints of Black #1E0502
RGB
CMYK
RGB Variations
Color information
#1E0502 (or 0x1E0502) is known color: Black. HEX triplet: 1E, 05 and 02. RGB value is (30,5,2). Sum of RGB (Red+Green+Blue) = 30+5+2=37 (4% of max value = 765). Red value is 30 (12.11% from 255 or 81.08% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0502 is #E1FAFD. Grayscale: #0C0C0C. Windows color (decimal): -14809854 or 132382. OLE color: 132382.
HSL color Cylindrical-coordinate representation of color #1E0502: hue angle of 6.43º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0502 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 5 | 2 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.88 |
| HSL | 6.43º | 0.88% | 0.06% | - |
| HSV(B) | 6.43º | 0.93% | 0.12% | - |
| XYZ | 0.6 | 0.39 | 0.1 | - |
| YUV | 12.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 2 | 0 | 0.83 | 0.93 | 0.88 | 6.43 | 0.88 | 0.06 |
| Hex | 1E | 5 | 2 | 0 | 53 | 5D | 58 | 6 | 58 | 6 |
| Octal | 36 | 5 | 2 | 0 | 123 | 135 | 130 | 6 | 130 | 6 |
| Binary | 11110 | 101 | 10 | 0 | 1010011 | 1011101 | 1011000 | 110 | 1011000 | 110 |
Color Harmonies of #1E0502
Complementary color
Monochromatic Colors of #1E0502
Black with #1E0502
Text Example
Text Example
White with #1E0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0502; }
p { color: rgb(30,5,2); }
H1.HeaderClassName
{
color: #1E0502;
}
.AnyTagClassName
{
color: #1E0502;
}
</style>
background-color css
<style>
a { background-color: #1E0502; }
a { background-color: rgb(30,5,2); }
div.DivClassName
{
background-color: #1E0502;
}
.BgClassName
{
background-color: #1E0502;
}
</style>
border-color css
<style>
span { border-color: #1E0502; }
span { border-color: rgb(30,5,2); }
td.TdClassName
{
border-color: #1E0502;
}
.TagClassName
{
border-color: #1E0502;
}
</style>