Shades of Black #1E0600
Tints of Black #1E0600
RGB
CMYK
RGB Variations
Color information
#1E0600 (or 0x1E0600) is known color: Black. HEX triplet: 1E, 06 and 00. RGB value is (30,6,0). Sum of RGB (Red+Green+Blue) = 30+6+0=36 (4% of max value = 765). Red value is 30 (12.11% from 255 or 83.33% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0600 is #E1F9FF. Grayscale: #0C0C0C. Windows color (decimal): -14809600 or 1566. OLE color: 1566.
HSL color Cylindrical-coordinate representation of color #1E0600: hue angle of 12º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0600 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 6 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.88 |
| HSL | 12º | 1% | 0.06% | - |
| HSV(B) | 12º | 1% | 0.12% | - |
| XYZ | 0.6 | 0.41 | 0.05 | - |
| YUV | 12.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 0 | 0 | 0.80 | 1 | 0.88 | 12 | 1 | 0.06 |
| Hex | 1E | 6 | 0 | 0 | 50 | 64 | 58 | C | 64 | 6 |
| Octal | 36 | 6 | 0 | 0 | 120 | 144 | 130 | 14 | 144 | 6 |
| Binary | 11110 | 110 | 0 | 0 | 1010000 | 1100100 | 1011000 | 1100 | 1100100 | 110 |
Color Harmonies of #1E0600
Complementary color
Monochromatic Colors of #1E0600
Black with #1E0600
Text Example
Text Example
White with #1E0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0600; }
p { color: rgb(30,6,0); }
H1.HeaderClassName
{
color: #1E0600;
}
.AnyTagClassName
{
color: #1E0600;
}
</style>
background-color css
<style>
a { background-color: #1E0600; }
a { background-color: rgb(30,6,0); }
div.DivClassName
{
background-color: #1E0600;
}
.BgClassName
{
background-color: #1E0600;
}
</style>
border-color css
<style>
span { border-color: #1E0600; }
span { border-color: rgb(30,6,0); }
td.TdClassName
{
border-color: #1E0600;
}
.TagClassName
{
border-color: #1E0600;
}
</style>