Shades of Melanzane #100B0E
Tints of Melanzane #100B0E
RGB
CMYK
RGB Variations
Color information
#100B0E (or 0x100B0E) is known color: Melanzane. HEX triplet: 10, 0B and 0E. RGB value is (16,11,14). Sum of RGB (Red+Green+Blue) = 16+11+14=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 16 - color contains mainly: red. Hex color #100B0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B0E is #EFF4F1. Grayscale: #0C0C0C. Windows color (decimal): -15725810 or 920336. OLE color: 920336.
HSL color Cylindrical-coordinate representation of color #100B0E: hue angle of 324º degrees, saturation: 0.19, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #100B0E is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 11 | 14 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.94 |
| HSL | 324º | 0.19% | 0.05% | - |
| HSV(B) | 324º | 0.31% | 0.06% | - |
| XYZ | 0.41 | 0.38 | 0.47 | - |
| YUV | 12.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 14 | 0 | 0.31 | 0.13 | 0.94 | 324 | 0.19 | 0.05 |
| Hex | 10 | B | E | 0 | 1F | D | 5E | 144 | 13 | 5 |
| Octal | 20 | 13 | 16 | 0 | 37 | 15 | 136 | 504 | 23 | 5 |
| Binary | 10000 | 1011 | 1110 | 0 | 11111 | 1101 | 1011110 | 101000100 | 10011 | 101 |
Color Harmonies of #100B0E
Complementary color
Monochromatic Colors of #100B0E
Black with #100B0E
Text Example
Text Example
White with #100B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B0E; }
p { color: rgb(16,11,14); }
H1.HeaderClassName
{
color: #100B0E;
}
.AnyTagClassName
{
color: #100B0E;
}
</style>
background-color css
<style>
a { background-color: #100B0E; }
a { background-color: rgb(16,11,14); }
div.DivClassName
{
background-color: #100B0E;
}
.BgClassName
{
background-color: #100B0E;
}
</style>
border-color css
<style>
span { border-color: #100B0E; }
span { border-color: rgb(16,11,14); }
td.TdClassName
{
border-color: #100B0E;
}
.TagClassName
{
border-color: #100B0E;
}
</style>