Shades of Melanzane #1E141C
Tints of Melanzane #1E141C
RGB
CMYK
RGB Variations
Color information
#1E141C (or 0x1E141C) is known color: Melanzane. HEX triplet: 1E, 14 and 1C. RGB value is (30,20,28). Sum of RGB (Red+Green+Blue) = 30+20+28=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 30 - color contains mainly: red. Hex color #1E141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E141C is #E1EBE3. Grayscale: #171717. Windows color (decimal): -14805988 or 1840158. OLE color: 1840158.
HSL color Cylindrical-coordinate representation of color #1E141C: hue angle of 312º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E141C is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 20 | 28 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.88 |
| HSL | 312º | 0.2% | 0.1% | - |
| HSV(B) | 312º | 0.33% | 0.12% | - |
| XYZ | 1 | 0.86 | 1.21 | - |
| YUV | 23.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 28 | 0 | 0.33 | 0.07 | 0.88 | 312 | 0.2 | 0.1 |
| Hex | 1E | 14 | 1C | 0 | 21 | 7 | 58 | 138 | 14 | A |
| Octal | 36 | 24 | 34 | 0 | 41 | 7 | 130 | 470 | 24 | 12 |
| Binary | 11110 | 10100 | 11100 | 0 | 100001 | 111 | 1011000 | 100111000 | 10100 | 1010 |
Color Harmonies of #1E141C
Complementary color
Monochromatic Colors of #1E141C
Black with #1E141C
Text Example
Text Example
White with #1E141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E141C; }
p { color: rgb(30,20,28); }
H1.HeaderClassName
{
color: #1E141C;
}
.AnyTagClassName
{
color: #1E141C;
}
</style>
background-color css
<style>
a { background-color: #1E141C; }
a { background-color: rgb(30,20,28); }
div.DivClassName
{
background-color: #1E141C;
}
.BgClassName
{
background-color: #1E141C;
}
</style>
border-color css
<style>
span { border-color: #1E141C; }
span { border-color: rgb(30,20,28); }
td.TdClassName
{
border-color: #1E141C;
}
.TagClassName
{
border-color: #1E141C;
}
</style>