Shades of Melanzane #1E151B
Tints of Melanzane #1E151B
RGB
CMYK
RGB Variations
Color information
#1E151B (or 0x1E151B) is known color: Melanzane. HEX triplet: 1E, 15 and 1B. RGB value is (30,21,27). Sum of RGB (Red+Green+Blue) = 30+21+27=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 30 - color contains mainly: red. Hex color #1E151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E151B is #E1EAE4. Grayscale: #181818. Windows color (decimal): -14805733 or 1774878. OLE color: 1774878.
HSL color Cylindrical-coordinate representation of color #1E151B: hue angle of 320º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E151B is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 21 | 27 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.88 |
| HSL | 320º | 0.18% | 0.1% | - |
| HSV(B) | 320º | 0.3% | 0.12% | - |
| XYZ | 1 | 0.89 | 1.16 | - |
| YUV | 24.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 27 | 0 | 0.30 | 0.10 | 0.88 | 320 | 0.18 | 0.1 |
| Hex | 1E | 15 | 1B | 0 | 1E | A | 58 | 140 | 12 | A |
| Octal | 36 | 25 | 33 | 0 | 36 | 12 | 130 | 500 | 22 | 12 |
| Binary | 11110 | 10101 | 11011 | 0 | 11110 | 1010 | 1011000 | 101000000 | 10010 | 1010 |
Color Harmonies of #1E151B
Complementary color
Monochromatic Colors of #1E151B
Black with #1E151B
Text Example
Text Example
White with #1E151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E151B; }
p { color: rgb(30,21,27); }
H1.HeaderClassName
{
color: #1E151B;
}
.AnyTagClassName
{
color: #1E151B;
}
</style>
background-color css
<style>
a { background-color: #1E151B; }
a { background-color: rgb(30,21,27); }
div.DivClassName
{
background-color: #1E151B;
}
.BgClassName
{
background-color: #1E151B;
}
</style>
border-color css
<style>
span { border-color: #1E151B; }
span { border-color: rgb(30,21,27); }
td.TdClassName
{
border-color: #1E151B;
}
.TagClassName
{
border-color: #1E151B;
}
</style>