Shades of Melanzane #10090E
Tints of Melanzane #10090E
RGB
CMYK
RGB Variations
Color information
#10090E (or 0x10090E) is known color: Melanzane. HEX triplet: 10, 09 and 0E. RGB value is (16,9,14). Sum of RGB (Red+Green+Blue) = 16+9+14=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 16 - color contains mainly: red. Hex color #10090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10090E is #EFF6F1. Grayscale: #0B0B0B. Windows color (decimal): -15726322 or 919824. OLE color: 919824.
HSL color Cylindrical-coordinate representation of color #10090E: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #10090E is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 9 | 14 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.94 |
| HSL | 317.14º | 0.28% | 0.05% | - |
| HSV(B) | 317.14º | 0.44% | 0.06% | - |
| XYZ | 0.39 | 0.34 | 0.46 | - |
| YUV | 11.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 14 | 0 | 0.44 | 0.13 | 0.94 | 317.14 | 0.28 | 0.05 |
| Hex | 10 | 9 | E | 0 | 2C | D | 5E | 13D | 1C | 5 |
| Octal | 20 | 11 | 16 | 0 | 54 | 15 | 136 | 475 | 34 | 5 |
| Binary | 10000 | 1001 | 1110 | 0 | 101100 | 1101 | 1011110 | 100111101 | 11100 | 101 |
Color Harmonies of #10090E
Complementary color
Monochromatic Colors of #10090E
Black with #10090E
Text Example
Text Example
White with #10090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10090E; }
p { color: rgb(16,9,14); }
H1.HeaderClassName
{
color: #10090E;
}
.AnyTagClassName
{
color: #10090E;
}
</style>
background-color css
<style>
a { background-color: #10090E; }
a { background-color: rgb(16,9,14); }
div.DivClassName
{
background-color: #10090E;
}
.BgClassName
{
background-color: #10090E;
}
</style>
border-color css
<style>
span { border-color: #10090E; }
span { border-color: rgb(16,9,14); }
td.TdClassName
{
border-color: #10090E;
}
.TagClassName
{
border-color: #10090E;
}
</style>