Shades of Melanzane #10020B
Tints of Melanzane #10020B
RGB
CMYK
RGB Variations
Color information
#10020B (or 0x10020B) is known color: Melanzane. HEX triplet: 10, 02 and 0B. RGB value is (16,2,11). Sum of RGB (Red+Green+Blue) = 16+2+11=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #10020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10020B is #EFFDF4. Grayscale: #070707. Windows color (decimal): -15728117 or 721424. OLE color: 721424.
HSL color Cylindrical-coordinate representation of color #10020B: hue angle of 321.43º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10020B is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 2 | 11 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.94 |
| HSL | 321.43º | 0.78% | 0.04% | - |
| HSV(B) | 321.43º | 0.88% | 0.06% | - |
| XYZ | 0.3 | 0.18 | 0.34 | - |
| YUV | 7.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 11 | 0 | 0.87 | 0.31 | 0.94 | 321.43 | 0.78 | 0.04 |
| Hex | 10 | 2 | B | 0 | 57 | 1F | 5E | 141 | 4E | 4 |
| Octal | 20 | 2 | 13 | 0 | 127 | 37 | 136 | 501 | 116 | 4 |
| Binary | 10000 | 10 | 1011 | 0 | 1010111 | 11111 | 1011110 | 101000001 | 1001110 | 100 |
Color Harmonies of #10020B
Complementary color
Monochromatic Colors of #10020B
Black with #10020B
Text Example
Text Example
White with #10020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10020B; }
p { color: rgb(16,2,11); }
H1.HeaderClassName
{
color: #10020B;
}
.AnyTagClassName
{
color: #10020B;
}
</style>
background-color css
<style>
a { background-color: #10020B; }
a { background-color: rgb(16,2,11); }
div.DivClassName
{
background-color: #10020B;
}
.BgClassName
{
background-color: #10020B;
}
</style>
border-color css
<style>
span { border-color: #10020B; }
span { border-color: rgb(16,2,11); }
td.TdClassName
{
border-color: #10020B;
}
.TagClassName
{
border-color: #10020B;
}
</style>