Shades of Melanzane #100A0E
Tints of Melanzane #100A0E
RGB
CMYK
RGB Variations
Color information
#100A0E (or 0x100A0E) is known color: Melanzane. HEX triplet: 10, 0A and 0E. RGB value is (16,10,14). Sum of RGB (Red+Green+Blue) = 16+10+14=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 16 - color contains mainly: red. Hex color #100A0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A0E is #EFF5F1. Grayscale: #0C0C0C. Windows color (decimal): -15726066 or 920080. OLE color: 920080.
HSL color Cylindrical-coordinate representation of color #100A0E: hue angle of 320º degrees, saturation: 0.23, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #100A0E is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 10 | 14 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.94 |
| HSL | 320º | 0.23% | 0.05% | - |
| HSV(B) | 320º | 0.38% | 0.06% | - |
| XYZ | 0.4 | 0.36 | 0.46 | - |
| YUV | 12.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 14 | 0 | 0.37 | 0.13 | 0.94 | 320 | 0.23 | 0.05 |
| Hex | 10 | A | E | 0 | 25 | D | 5E | 140 | 17 | 5 |
| Octal | 20 | 12 | 16 | 0 | 45 | 15 | 136 | 500 | 27 | 5 |
| Binary | 10000 | 1010 | 1110 | 0 | 100101 | 1101 | 1011110 | 101000000 | 10111 | 101 |
Color Harmonies of #100A0E
Complementary color
Monochromatic Colors of #100A0E
Black with #100A0E
Text Example
Text Example
White with #100A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A0E; }
p { color: rgb(16,10,14); }
H1.HeaderClassName
{
color: #100A0E;
}
.AnyTagClassName
{
color: #100A0E;
}
</style>
background-color css
<style>
a { background-color: #100A0E; }
a { background-color: rgb(16,10,14); }
div.DivClassName
{
background-color: #100A0E;
}
.BgClassName
{
background-color: #100A0E;
}
</style>
border-color css
<style>
span { border-color: #100A0E; }
span { border-color: rgb(16,10,14); }
td.TdClassName
{
border-color: #100A0E;
}
.TagClassName
{
border-color: #100A0E;
}
</style>