Shades of Melanzane #1E0B19
Tints of Melanzane #1E0B19
RGB
CMYK
RGB Variations
Color information
#1E0B19 (or 0x1E0B19) is known color: Melanzane. HEX triplet: 1E, 0B and 19. RGB value is (30,11,25). Sum of RGB (Red+Green+Blue) = 30+11+25=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B19 is #E1F4E6. Grayscale: #121212. Windows color (decimal): -14808295 or 1641246. OLE color: 1641246.
HSL color Cylindrical-coordinate representation of color #1E0B19: hue angle of 315.79º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E0B19 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 11 | 25 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.88 |
| HSL | 315.79º | 0.46% | 0.08% | - |
| HSV(B) | 315.79º | 0.63% | 0.12% | - |
| XYZ | 0.83 | 0.59 | 0.99 | - |
| YUV | 18.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 25 | 0 | 0.63 | 0.17 | 0.88 | 315.79 | 0.46 | 0.08 |
| Hex | 1E | B | 19 | 0 | 3F | 11 | 58 | 13C | 2E | 8 |
| Octal | 36 | 13 | 31 | 0 | 77 | 21 | 130 | 474 | 56 | 10 |
| Binary | 11110 | 1011 | 11001 | 0 | 111111 | 10001 | 1011000 | 100111100 | 101110 | 1000 |
Color Harmonies of #1E0B19
Complementary color
Monochromatic Colors of #1E0B19
Black with #1E0B19
Text Example
Text Example
White with #1E0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B19; }
p { color: rgb(30,11,25); }
H1.HeaderClassName
{
color: #1E0B19;
}
.AnyTagClassName
{
color: #1E0B19;
}
</style>
background-color css
<style>
a { background-color: #1E0B19; }
a { background-color: rgb(30,11,25); }
div.DivClassName
{
background-color: #1E0B19;
}
.BgClassName
{
background-color: #1E0B19;
}
</style>
border-color css
<style>
span { border-color: #1E0B19; }
span { border-color: rgb(30,11,25); }
td.TdClassName
{
border-color: #1E0B19;
}
.TagClassName
{
border-color: #1E0B19;
}
</style>