Shades of Black #1E0300
Tints of Black #1E0300
RGB
CMYK
RGB Variations
Color information
#1E0300 (or 0x1E0300) is known color: Black. HEX triplet: 1E, 03 and 00. RGB value is (30,3,0). Sum of RGB (Red+Green+Blue) = 30+3+0=33 (4% of max value = 765). Red value is 30 (12.11% from 255 or 90.91% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0300 is #E1FCFF. Grayscale: #0A0A0A. Windows color (decimal): -14810368 or 798. OLE color: 798.
HSL color Cylindrical-coordinate representation of color #1E0300: hue angle of 6º 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 #1E0300 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.88 |
| HSL | 6º | 1% | 0.06% | - |
| HSV(B) | 6º | 1% | 0.12% | - |
| XYZ | 0.57 | 0.34 | 0.04 | - |
| YUV | 10.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 0 | 0 | 0.90 | 1 | 0.88 | 6 | 1 | 0.06 |
| Hex | 1E | 3 | 0 | 0 | 5A | 64 | 58 | 6 | 64 | 6 |
| Octal | 36 | 3 | 0 | 0 | 132 | 144 | 130 | 6 | 144 | 6 |
| Binary | 11110 | 11 | 0 | 0 | 1011010 | 1100100 | 1011000 | 110 | 1100100 | 110 |
Color Harmonies of #1E0300
Complementary color
Monochromatic Colors of #1E0300
Black with #1E0300
Text Example
Text Example
White with #1E0300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0300; }
p { color: rgb(30,3,0); }
H1.HeaderClassName
{
color: #1E0300;
}
.AnyTagClassName
{
color: #1E0300;
}
</style>
background-color css
<style>
a { background-color: #1E0300; }
a { background-color: rgb(30,3,0); }
div.DivClassName
{
background-color: #1E0300;
}
.BgClassName
{
background-color: #1E0300;
}
</style>
border-color css
<style>
span { border-color: #1E0300; }
span { border-color: rgb(30,3,0); }
td.TdClassName
{
border-color: #1E0300;
}
.TagClassName
{
border-color: #1E0300;
}
</style>