Shades of Melanzane #140510
Tints of Melanzane #140510
RGB
CMYK
RGB Variations
Color information
#140510 (or 0x140510) is known color: Melanzane. HEX triplet: 14, 05 and 10. RGB value is (20,5,16). Sum of RGB (Red+Green+Blue) = 20+5+16=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140510 is #EBFAEF. Grayscale: #0A0A0A. Windows color (decimal): -15465200 or 1049876. OLE color: 1049876.
HSL color Cylindrical-coordinate representation of color #140510: hue angle of 316º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140510 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 5 | 16 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.92 |
| HSL | 316º | 0.6% | 0.05% | - |
| HSV(B) | 316º | 0.75% | 0.08% | - |
| XYZ | 0.44 | 0.29 | 0.52 | - |
| YUV | 10.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 16 | 0 | 0.75 | 0.20 | 0.92 | 316 | 0.6 | 0.05 |
| Hex | 14 | 5 | 10 | 0 | 4B | 14 | 5C | 13C | 3C | 5 |
| Octal | 24 | 5 | 20 | 0 | 113 | 24 | 134 | 474 | 74 | 5 |
| Binary | 10100 | 101 | 10000 | 0 | 1001011 | 10100 | 1011100 | 100111100 | 111100 | 101 |
Color Harmonies of #140510
Complementary color
Monochromatic Colors of #140510
Black with #140510
Text Example
Text Example
White with #140510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140510; }
p { color: rgb(20,5,16); }
H1.HeaderClassName
{
color: #140510;
}
.AnyTagClassName
{
color: #140510;
}
</style>
background-color css
<style>
a { background-color: #140510; }
a { background-color: rgb(20,5,16); }
div.DivClassName
{
background-color: #140510;
}
.BgClassName
{
background-color: #140510;
}
</style>
border-color css
<style>
span { border-color: #140510; }
span { border-color: rgb(20,5,16); }
td.TdClassName
{
border-color: #140510;
}
.TagClassName
{
border-color: #140510;
}
</style>