Shades of Black #1E0601
Tints of Black #1E0601
RGB
CMYK
RGB Variations
Color information
#1E0601 (or 0x1E0601) is known color: Black. HEX triplet: 1E, 06 and 01. RGB value is (30,6,1). Sum of RGB (Red+Green+Blue) = 30+6+1=37 (4% of max value = 765). Red value is 30 (12.11% from 255 or 81.08% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0601 is #E1F9FE. Grayscale: #0C0C0C. Windows color (decimal): -14809599 or 67102. OLE color: 67102.
HSL color Cylindrical-coordinate representation of color #1E0601: hue angle of 10.34º 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 #1E0601 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 6 | 1 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.88 |
| HSL | 10.34º | 0.94% | 0.06% | - |
| HSV(B) | 10.34º | 0.97% | 0.12% | - |
| XYZ | 0.61 | 0.41 | 0.08 | - |
| YUV | 12.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 1 | 0 | 0.80 | 0.97 | 0.88 | 10.34 | 0.94 | 0.06 |
| Hex | 1E | 6 | 1 | 0 | 50 | 61 | 58 | A | 5E | 6 |
| Octal | 36 | 6 | 1 | 0 | 120 | 141 | 130 | 12 | 136 | 6 |
| Binary | 11110 | 110 | 1 | 0 | 1010000 | 1100001 | 1011000 | 1010 | 1011110 | 110 |
Color Harmonies of #1E0601
Complementary color
Monochromatic Colors of #1E0601
Black with #1E0601
Text Example
Text Example
White with #1E0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0601; }
p { color: rgb(30,6,1); }
H1.HeaderClassName
{
color: #1E0601;
}
.AnyTagClassName
{
color: #1E0601;
}
</style>
background-color css
<style>
a { background-color: #1E0601; }
a { background-color: rgb(30,6,1); }
div.DivClassName
{
background-color: #1E0601;
}
.BgClassName
{
background-color: #1E0601;
}
</style>
border-color css
<style>
span { border-color: #1E0601; }
span { border-color: rgb(30,6,1); }
td.TdClassName
{
border-color: #1E0601;
}
.TagClassName
{
border-color: #1E0601;
}
</style>