Shades of Melanzane #10080E
Tints of Melanzane #10080E
RGB
CMYK
RGB Variations
Color information
#10080E (or 0x10080E) is known color: Melanzane. HEX triplet: 10, 08 and 0E. RGB value is (16,8,14). Sum of RGB (Red+Green+Blue) = 16+8+14=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 16 - color contains mainly: red. Hex color #10080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10080E is #EFF7F1. Grayscale: #0B0B0B. Windows color (decimal): -15726578 or 919568. OLE color: 919568.
HSL color Cylindrical-coordinate representation of color #10080E: hue angle of 315º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #10080E is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 8 | 14 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.94 |
| HSL | 315º | 0.33% | 0.05% | - |
| HSV(B) | 315º | 0.5% | 0.06% | - |
| XYZ | 0.38 | 0.32 | 0.46 | - |
| YUV | 11.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 14 | 0 | 0.50 | 0.13 | 0.94 | 315 | 0.33 | 0.05 |
| Hex | 10 | 8 | E | 0 | 32 | D | 5E | 13B | 21 | 5 |
| Octal | 20 | 10 | 16 | 0 | 62 | 15 | 136 | 473 | 41 | 5 |
| Binary | 10000 | 1000 | 1110 | 0 | 110010 | 1101 | 1011110 | 100111011 | 100001 | 101 |
Color Harmonies of #10080E
Complementary color
Monochromatic Colors of #10080E
Black with #10080E
Text Example
Text Example
White with #10080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10080E; }
p { color: rgb(16,8,14); }
H1.HeaderClassName
{
color: #10080E;
}
.AnyTagClassName
{
color: #10080E;
}
</style>
background-color css
<style>
a { background-color: #10080E; }
a { background-color: rgb(16,8,14); }
div.DivClassName
{
background-color: #10080E;
}
.BgClassName
{
background-color: #10080E;
}
</style>
border-color css
<style>
span { border-color: #10080E; }
span { border-color: rgb(16,8,14); }
td.TdClassName
{
border-color: #10080E;
}
.TagClassName
{
border-color: #10080E;
}
</style>