Shades of Melanzane #140A10
Tints of Melanzane #140A10
RGB
CMYK
RGB Variations
Color information
#140A10 (or 0x140A10) is known color: Melanzane. HEX triplet: 14, 0A and 10. RGB value is (20,10,16). Sum of RGB (Red+Green+Blue) = 20+10+16=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #140A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A10 is #EBF5EF. Grayscale: #0D0D0D. Windows color (decimal): -15463920 or 1051156. OLE color: 1051156.
HSL color Cylindrical-coordinate representation of color #140A10: hue angle of 324º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #140A10 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 10 | 16 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.92 |
| HSL | 324º | 0.33% | 0.06% | - |
| HSV(B) | 324º | 0.5% | 0.08% | - |
| XYZ | 0.49 | 0.4 | 0.54 | - |
| YUV | 13.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 16 | 0 | 0.50 | 0.20 | 0.92 | 324 | 0.33 | 0.06 |
| Hex | 14 | A | 10 | 0 | 32 | 14 | 5C | 144 | 21 | 6 |
| Octal | 24 | 12 | 20 | 0 | 62 | 24 | 134 | 504 | 41 | 6 |
| Binary | 10100 | 1010 | 10000 | 0 | 110010 | 10100 | 1011100 | 101000100 | 100001 | 110 |
Color Harmonies of #140A10
Complementary color
Monochromatic Colors of #140A10
Black with #140A10
Text Example
Text Example
White with #140A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140A10; }
p { color: rgb(20,10,16); }
H1.HeaderClassName
{
color: #140A10;
}
.AnyTagClassName
{
color: #140A10;
}
</style>
background-color css
<style>
a { background-color: #140A10; }
a { background-color: rgb(20,10,16); }
div.DivClassName
{
background-color: #140A10;
}
.BgClassName
{
background-color: #140A10;
}
</style>
border-color css
<style>
span { border-color: #140A10; }
span { border-color: rgb(20,10,16); }
td.TdClassName
{
border-color: #140A10;
}
.TagClassName
{
border-color: #140A10;
}
</style>