Shades of Melanzane #140810
Tints of Melanzane #140810
RGB
CMYK
RGB Variations
Color information
#140810 (or 0x140810) is known color: Melanzane. HEX triplet: 14, 08 and 10. RGB value is (20,8,16). Sum of RGB (Red+Green+Blue) = 20+8+16=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 20 - color contains mainly: red. Hex color #140810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140810 is #EBF7EF. Grayscale: #0C0C0C. Windows color (decimal): -15464432 or 1050644. OLE color: 1050644.
HSL color Cylindrical-coordinate representation of color #140810: hue angle of 320º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #140810 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 8 | 16 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.92 |
| HSL | 320º | 0.43% | 0.05% | - |
| HSV(B) | 320º | 0.6% | 0.08% | - |
| XYZ | 0.47 | 0.36 | 0.53 | - |
| YUV | 12.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 16 | 0 | 0.60 | 0.20 | 0.92 | 320 | 0.43 | 0.05 |
| Hex | 14 | 8 | 10 | 0 | 3C | 14 | 5C | 140 | 2B | 5 |
| Octal | 24 | 10 | 20 | 0 | 74 | 24 | 134 | 500 | 53 | 5 |
| Binary | 10100 | 1000 | 10000 | 0 | 111100 | 10100 | 1011100 | 101000000 | 101011 | 101 |
Color Harmonies of #140810
Complementary color
Monochromatic Colors of #140810
Black with #140810
Text Example
Text Example
White with #140810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140810; }
p { color: rgb(20,8,16); }
H1.HeaderClassName
{
color: #140810;
}
.AnyTagClassName
{
color: #140810;
}
</style>
background-color css
<style>
a { background-color: #140810; }
a { background-color: rgb(20,8,16); }
div.DivClassName
{
background-color: #140810;
}
.BgClassName
{
background-color: #140810;
}
</style>
border-color css
<style>
span { border-color: #140810; }
span { border-color: rgb(20,8,16); }
td.TdClassName
{
border-color: #140810;
}
.TagClassName
{
border-color: #140810;
}
</style>