Shades of Melanzane #1E0B17
Tints of Melanzane #1E0B17
RGB
CMYK
RGB Variations
Color information
#1E0B17 (or 0x1E0B17) is known color: Melanzane. HEX triplet: 1E, 0B and 17. RGB value is (30,11,23). Sum of RGB (Red+Green+Blue) = 30+11+23=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B17 is #E1F4E8. Grayscale: #121212. Windows color (decimal): -14808297 or 1510174. OLE color: 1510174.
HSL color Cylindrical-coordinate representation of color #1E0B17: hue angle of 322.11º 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 #1E0B17 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 11 | 23 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.88 |
| HSL | 322.11º | 0.46% | 0.08% | - |
| HSV(B) | 322.11º | 0.63% | 0.12% | - |
| XYZ | 0.81 | 0.58 | 0.88 | - |
| YUV | 18.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 23 | 0 | 0.63 | 0.23 | 0.88 | 322.11 | 0.46 | 0.08 |
| Hex | 1E | B | 17 | 0 | 3F | 17 | 58 | 142 | 2E | 8 |
| Octal | 36 | 13 | 27 | 0 | 77 | 27 | 130 | 502 | 56 | 10 |
| Binary | 11110 | 1011 | 10111 | 0 | 111111 | 10111 | 1011000 | 101000010 | 101110 | 1000 |
Color Harmonies of #1E0B17
Complementary color
Monochromatic Colors of #1E0B17
Black with #1E0B17
Text Example
Text Example
White with #1E0B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B17; }
p { color: rgb(30,11,23); }
H1.HeaderClassName
{
color: #1E0B17;
}
.AnyTagClassName
{
color: #1E0B17;
}
</style>
background-color css
<style>
a { background-color: #1E0B17; }
a { background-color: rgb(30,11,23); }
div.DivClassName
{
background-color: #1E0B17;
}
.BgClassName
{
background-color: #1E0B17;
}
</style>
border-color css
<style>
span { border-color: #1E0B17; }
span { border-color: rgb(30,11,23); }
td.TdClassName
{
border-color: #1E0B17;
}
.TagClassName
{
border-color: #1E0B17;
}
</style>