Shades of Melanzane #10040D
Tints of Melanzane #10040D
RGB
CMYK
RGB Variations
Color information
#10040D (or 0x10040D) is known color: Melanzane. HEX triplet: 10, 04 and 0D. RGB value is (16,4,13). Sum of RGB (Red+Green+Blue) = 16+4+13=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #10040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10040D is #EFFBF2. Grayscale: #080808. Windows color (decimal): -15727603 or 853008. OLE color: 853008.
HSL color Cylindrical-coordinate representation of color #10040D: hue angle of 315º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10040D is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 4 | 13 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.94 |
| HSL | 315º | 0.6% | 0.04% | - |
| HSV(B) | 315º | 0.75% | 0.06% | - |
| XYZ | 0.33 | 0.23 | 0.41 | - |
| YUV | 8.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 13 | 0 | 0.75 | 0.19 | 0.94 | 315 | 0.6 | 0.04 |
| Hex | 10 | 4 | D | 0 | 4B | 13 | 5E | 13B | 3C | 4 |
| Octal | 20 | 4 | 15 | 0 | 113 | 23 | 136 | 473 | 74 | 4 |
| Binary | 10000 | 100 | 1101 | 0 | 1001011 | 10011 | 1011110 | 100111011 | 111100 | 100 |
Color Harmonies of #10040D
Complementary color
Monochromatic Colors of #10040D
Black with #10040D
Text Example
Text Example
White with #10040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10040D; }
p { color: rgb(16,4,13); }
H1.HeaderClassName
{
color: #10040D;
}
.AnyTagClassName
{
color: #10040D;
}
</style>
background-color css
<style>
a { background-color: #10040D; }
a { background-color: rgb(16,4,13); }
div.DivClassName
{
background-color: #10040D;
}
.BgClassName
{
background-color: #10040D;
}
</style>
border-color css
<style>
span { border-color: #10040D; }
span { border-color: rgb(16,4,13); }
td.TdClassName
{
border-color: #10040D;
}
.TagClassName
{
border-color: #10040D;
}
</style>