Shades of Melanzane #1E0819
Tints of Melanzane #1E0819
RGB
CMYK
RGB Variations
Color information
#1E0819 (or 0x1E0819) is known color: Melanzane. HEX triplet: 1E, 08 and 19. RGB value is (30,8,25). Sum of RGB (Red+Green+Blue) = 30+8+25=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0819 is #E1F7E6. Grayscale: #101010. Windows color (decimal): -14809063 or 1640478. OLE color: 1640478.
HSL color Cylindrical-coordinate representation of color #1E0819: hue angle of 313.64º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E0819 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 8 | 25 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.88 |
| HSL | 313.64º | 0.58% | 0.07% | - |
| HSV(B) | 313.64º | 0.73% | 0.12% | - |
| XYZ | 0.8 | 0.52 | 0.98 | - |
| YUV | 16.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 25 | 0 | 0.73 | 0.17 | 0.88 | 313.64 | 0.58 | 0.07 |
| Hex | 1E | 8 | 19 | 0 | 49 | 11 | 58 | 13A | 3A | 7 |
| Octal | 36 | 10 | 31 | 0 | 111 | 21 | 130 | 472 | 72 | 7 |
| Binary | 11110 | 1000 | 11001 | 0 | 1001001 | 10001 | 1011000 | 100111010 | 111010 | 111 |
Color Harmonies of #1E0819
Complementary color
Monochromatic Colors of #1E0819
Black with #1E0819
Text Example
Text Example
White with #1E0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0819; }
p { color: rgb(30,8,25); }
H1.HeaderClassName
{
color: #1E0819;
}
.AnyTagClassName
{
color: #1E0819;
}
</style>
background-color css
<style>
a { background-color: #1E0819; }
a { background-color: rgb(30,8,25); }
div.DivClassName
{
background-color: #1E0819;
}
.BgClassName
{
background-color: #1E0819;
}
</style>
border-color css
<style>
span { border-color: #1E0819; }
span { border-color: rgb(30,8,25); }
td.TdClassName
{
border-color: #1E0819;
}
.TagClassName
{
border-color: #1E0819;
}
</style>