Shades of Melanzane #14020E
Tints of Melanzane #14020E
RGB
CMYK
RGB Variations
Color information
#14020E (or 0x14020E) is known color: Melanzane. HEX triplet: 14, 02 and 0E. RGB value is (20,2,14). Sum of RGB (Red+Green+Blue) = 20+2+14=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #14020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14020E is #EBFDF1. Grayscale: #080808. Windows color (decimal): -15465970 or 918036. OLE color: 918036.
HSL color Cylindrical-coordinate representation of color #14020E: hue angle of 320º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14020E is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 2 | 14 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.92 |
| HSL | 320º | 0.82% | 0.04% | - |
| HSV(B) | 320º | 0.9% | 0.08% | - |
| XYZ | 0.39 | 0.22 | 0.44 | - |
| YUV | 8.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 14 | 0 | 0.90 | 0.30 | 0.92 | 320 | 0.82 | 0.04 |
| Hex | 14 | 2 | E | 0 | 5A | 1E | 5C | 140 | 52 | 4 |
| Octal | 24 | 2 | 16 | 0 | 132 | 36 | 134 | 500 | 122 | 4 |
| Binary | 10100 | 10 | 1110 | 0 | 1011010 | 11110 | 1011100 | 101000000 | 1010010 | 100 |
Color Harmonies of #14020E
Complementary color
Monochromatic Colors of #14020E
Black with #14020E
Text Example
Text Example
White with #14020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14020E; }
p { color: rgb(20,2,14); }
H1.HeaderClassName
{
color: #14020E;
}
.AnyTagClassName
{
color: #14020E;
}
</style>
background-color css
<style>
a { background-color: #14020E; }
a { background-color: rgb(20,2,14); }
div.DivClassName
{
background-color: #14020E;
}
.BgClassName
{
background-color: #14020E;
}
</style>
border-color css
<style>
span { border-color: #14020E; }
span { border-color: rgb(20,2,14); }
td.TdClassName
{
border-color: #14020E;
}
.TagClassName
{
border-color: #14020E;
}
</style>