Shades of Melanzane #1E161C
Tints of Melanzane #1E161C
RGB
CMYK
RGB Variations
Color information
#1E161C (or 0x1E161C) is known color: Melanzane. HEX triplet: 1E, 16 and 1C. RGB value is (30,22,28). Sum of RGB (Red+Green+Blue) = 30+22+28=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 30 - color contains mainly: red. Hex color #1E161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E161C is #E1E9E3. Grayscale: #191919. Windows color (decimal): -14805476 or 1840670. OLE color: 1840670.
HSL color Cylindrical-coordinate representation of color #1E161C: hue angle of 315º degrees, saturation: 0.15, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1E161C is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 22 | 28 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.88 |
| HSL | 315º | 0.15% | 0.1% | - |
| HSV(B) | 315º | 0.27% | 0.12% | - |
| XYZ | 1.03 | 0.93 | 1.22 | - |
| YUV | 25.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 28 | 0 | 0.27 | 0.07 | 0.88 | 315 | 0.15 | 0.1 |
| Hex | 1E | 16 | 1C | 0 | 1B | 7 | 58 | 13B | F | A |
| Octal | 36 | 26 | 34 | 0 | 33 | 7 | 130 | 473 | 17 | 12 |
| Binary | 11110 | 10110 | 11100 | 0 | 11011 | 111 | 1011000 | 100111011 | 1111 | 1010 |
Color Harmonies of #1E161C
Complementary color
Monochromatic Colors of #1E161C
Black with #1E161C
Text Example
Text Example
White with #1E161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E161C; }
p { color: rgb(30,22,28); }
H1.HeaderClassName
{
color: #1E161C;
}
.AnyTagClassName
{
color: #1E161C;
}
</style>
background-color css
<style>
a { background-color: #1E161C; }
a { background-color: rgb(30,22,28); }
div.DivClassName
{
background-color: #1E161C;
}
.BgClassName
{
background-color: #1E161C;
}
</style>
border-color css
<style>
span { border-color: #1E161C; }
span { border-color: rgb(30,22,28); }
td.TdClassName
{
border-color: #1E161C;
}
.TagClassName
{
border-color: #1E161C;
}
</style>