Shades of Melanzane #10010C
Tints of Melanzane #10010C
RGB
CMYK
RGB Variations
Color information
#10010C (or 0x10010C) is known color: Melanzane. HEX triplet: 10, 01 and 0C. RGB value is (16,1,12). Sum of RGB (Red+Green+Blue) = 16+1+12=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #10010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10010C is #EFFEF3. Grayscale: #060606. Windows color (decimal): -15728372 or 786704. OLE color: 786704.
HSL color Cylindrical-coordinate representation of color #10010C: hue angle of 316º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10010C is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 1 | 12 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.94 |
| HSL | 316º | 0.88% | 0.03% | - |
| HSV(B) | 316º | 0.94% | 0.06% | - |
| XYZ | 0.29 | 0.16 | 0.36 | - |
| YUV | 6.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 12 | 0 | 0.94 | 0.25 | 0.94 | 316 | 0.88 | 0.03 |
| Hex | 10 | 1 | C | 0 | 5E | 19 | 5E | 13C | 58 | 3 |
| Octal | 20 | 1 | 14 | 0 | 136 | 31 | 136 | 474 | 130 | 3 |
| Binary | 10000 | 1 | 1100 | 0 | 1011110 | 11001 | 1011110 | 100111100 | 1011000 | 11 |
Color Harmonies of #10010C
Complementary color
Monochromatic Colors of #10010C
Black with #10010C
Text Example
Text Example
White with #10010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10010C; }
p { color: rgb(16,1,12); }
H1.HeaderClassName
{
color: #10010C;
}
.AnyTagClassName
{
color: #10010C;
}
</style>
background-color css
<style>
a { background-color: #10010C; }
a { background-color: rgb(16,1,12); }
div.DivClassName
{
background-color: #10010C;
}
.BgClassName
{
background-color: #10010C;
}
</style>
border-color css
<style>
span { border-color: #10010C; }
span { border-color: rgb(16,1,12); }
td.TdClassName
{
border-color: #10010C;
}
.TagClassName
{
border-color: #10010C;
}
</style>