Shades of Melanzane #1E0A1A
Tints of Melanzane #1E0A1A
RGB
CMYK
RGB Variations
Color information
#1E0A1A (or 0x1E0A1A) is known color: Melanzane. HEX triplet: 1E, 0A and 1A. RGB value is (30,10,26). Sum of RGB (Red+Green+Blue) = 30+10+26=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0A1A is #E1F5E5. Grayscale: #111111. Windows color (decimal): -14808550 or 1706526. OLE color: 1706526.
HSL color Cylindrical-coordinate representation of color #1E0A1A: hue angle of 312º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E0A1A is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 10 | 26 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.88 |
| HSL | 312º | 0.5% | 0.08% | - |
| HSV(B) | 312º | 0.67% | 0.12% | - |
| XYZ | 0.83 | 0.57 | 1.04 | - |
| YUV | 17.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 26 | 0 | 0.67 | 0.13 | 0.88 | 312 | 0.5 | 0.08 |
| Hex | 1E | A | 1A | 0 | 43 | D | 58 | 138 | 32 | 8 |
| Octal | 36 | 12 | 32 | 0 | 103 | 15 | 130 | 470 | 62 | 10 |
| Binary | 11110 | 1010 | 11010 | 0 | 1000011 | 1101 | 1011000 | 100111000 | 110010 | 1000 |
Color Harmonies of #1E0A1A
Complementary color
Monochromatic Colors of #1E0A1A
Black with #1E0A1A
Text Example
Text Example
White with #1E0A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0A1A; }
p { color: rgb(30,10,26); }
H1.HeaderClassName
{
color: #1E0A1A;
}
.AnyTagClassName
{
color: #1E0A1A;
}
</style>
background-color css
<style>
a { background-color: #1E0A1A; }
a { background-color: rgb(30,10,26); }
div.DivClassName
{
background-color: #1E0A1A;
}
.BgClassName
{
background-color: #1E0A1A;
}
</style>
border-color css
<style>
span { border-color: #1E0A1A; }
span { border-color: rgb(30,10,26); }
td.TdClassName
{
border-color: #1E0A1A;
}
.TagClassName
{
border-color: #1E0A1A;
}
</style>