Shades of Melanzane #140E12
Tints of Melanzane #140E12
RGB
CMYK
RGB Variations
Color information
#140E12 (or 0x140E12) is known color: Melanzane. HEX triplet: 14, 0E and 12. RGB value is (20,14,18). Sum of RGB (Red+Green+Blue) = 20+14+18=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 20 - color contains mainly: red. Hex color #140E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E12 is #EBF1ED. Grayscale: #101010. Windows color (decimal): -15462894 or 1183252. OLE color: 1183252.
HSL color Cylindrical-coordinate representation of color #140E12: hue angle of 320º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #140E12 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 14 | 18 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.92 |
| HSL | 320º | 0.18% | 0.07% | - |
| HSV(B) | 320º | 0.3% | 0.08% | - |
| XYZ | 0.55 | 0.51 | 0.64 | - |
| YUV | 16.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 18 | 0 | 0.30 | 0.10 | 0.92 | 320 | 0.18 | 0.07 |
| Hex | 14 | E | 12 | 0 | 1E | A | 5C | 140 | 12 | 7 |
| Octal | 24 | 16 | 22 | 0 | 36 | 12 | 134 | 500 | 22 | 7 |
| Binary | 10100 | 1110 | 10010 | 0 | 11110 | 1010 | 1011100 | 101000000 | 10010 | 111 |
Color Harmonies of #140E12
Complementary color
Monochromatic Colors of #140E12
Black with #140E12
Text Example
Text Example
White with #140E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E12; }
p { color: rgb(20,14,18); }
H1.HeaderClassName
{
color: #140E12;
}
.AnyTagClassName
{
color: #140E12;
}
</style>
background-color css
<style>
a { background-color: #140E12; }
a { background-color: rgb(20,14,18); }
div.DivClassName
{
background-color: #140E12;
}
.BgClassName
{
background-color: #140E12;
}
</style>
border-color css
<style>
span { border-color: #140E12; }
span { border-color: rgb(20,14,18); }
td.TdClassName
{
border-color: #140E12;
}
.TagClassName
{
border-color: #140E12;
}
</style>