Shades of Melanzane #140610
Tints of Melanzane #140610
RGB
CMYK
RGB Variations
Color information
#140610 (or 0x140610) is known color: Melanzane. HEX triplet: 14, 06 and 10. RGB value is (20,6,16). Sum of RGB (Red+Green+Blue) = 20+6+16=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #140610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140610 is #EBF9EF. Grayscale: #0B0B0B. Windows color (decimal): -15464944 or 1050132. OLE color: 1050132.
HSL color Cylindrical-coordinate representation of color #140610: hue angle of 317.14º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140610 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 6 | 16 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.92 |
| HSL | 317.14º | 0.54% | 0.05% | - |
| HSV(B) | 317.14º | 0.7% | 0.08% | - |
| XYZ | 0.45 | 0.32 | 0.53 | - |
| YUV | 11.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 16 | 0 | 0.70 | 0.20 | 0.92 | 317.14 | 0.54 | 0.05 |
| Hex | 14 | 6 | 10 | 0 | 46 | 14 | 5C | 13D | 36 | 5 |
| Octal | 24 | 6 | 20 | 0 | 106 | 24 | 134 | 475 | 66 | 5 |
| Binary | 10100 | 110 | 10000 | 0 | 1000110 | 10100 | 1011100 | 100111101 | 110110 | 101 |
Color Harmonies of #140610
Complementary color
Monochromatic Colors of #140610
Black with #140610
Text Example
Text Example
White with #140610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140610; }
p { color: rgb(20,6,16); }
H1.HeaderClassName
{
color: #140610;
}
.AnyTagClassName
{
color: #140610;
}
</style>
background-color css
<style>
a { background-color: #140610; }
a { background-color: rgb(20,6,16); }
div.DivClassName
{
background-color: #140610;
}
.BgClassName
{
background-color: #140610;
}
</style>
border-color css
<style>
span { border-color: #140610; }
span { border-color: rgb(20,6,16); }
td.TdClassName
{
border-color: #140610;
}
.TagClassName
{
border-color: #140610;
}
</style>