Shades of Melanzane #1E091A
Tints of Melanzane #1E091A
RGB
CMYK
RGB Variations
Color information
#1E091A (or 0x1E091A) is known color: Melanzane. HEX triplet: 1E, 09 and 1A. RGB value is (30,9,26). Sum of RGB (Red+Green+Blue) = 30+9+26=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E091A is #E1F6E5. Grayscale: #111111. Windows color (decimal): -14808806 or 1706270. OLE color: 1706270.
HSL color Cylindrical-coordinate representation of color #1E091A: hue angle of 311.43º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E091A is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 9 | 26 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.88 |
| HSL | 311.43º | 0.54% | 0.08% | - |
| HSV(B) | 311.43º | 0.7% | 0.12% | - |
| XYZ | 0.82 | 0.55 | 1.04 | - |
| YUV | 17.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 26 | 0 | 0.70 | 0.13 | 0.88 | 311.43 | 0.54 | 0.08 |
| Hex | 1E | 9 | 1A | 0 | 46 | D | 58 | 137 | 36 | 8 |
| Octal | 36 | 11 | 32 | 0 | 106 | 15 | 130 | 467 | 66 | 10 |
| Binary | 11110 | 1001 | 11010 | 0 | 1000110 | 1101 | 1011000 | 100110111 | 110110 | 1000 |
Color Harmonies of #1E091A
Complementary color
Monochromatic Colors of #1E091A
Black with #1E091A
Text Example
Text Example
White with #1E091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E091A; }
p { color: rgb(30,9,26); }
H1.HeaderClassName
{
color: #1E091A;
}
.AnyTagClassName
{
color: #1E091A;
}
</style>
background-color css
<style>
a { background-color: #1E091A; }
a { background-color: rgb(30,9,26); }
div.DivClassName
{
background-color: #1E091A;
}
.BgClassName
{
background-color: #1E091A;
}
</style>
border-color css
<style>
span { border-color: #1E091A; }
span { border-color: rgb(30,9,26); }
td.TdClassName
{
border-color: #1E091A;
}
.TagClassName
{
border-color: #1E091A;
}
</style>