Shades of Melanzane #10000D
Tints of Melanzane #10000D
RGB
CMYK
RGB Variations
Color information
#10000D (or 0x10000D) is known color: Melanzane. HEX triplet: 10, 00 and 0D. RGB value is (16,0,13). Sum of RGB (Red+Green+Blue) = 16+0+13=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #10000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10000D is #EFFFF2. Grayscale: #060606. Windows color (decimal): -15728627 or 851984. OLE color: 851984.
HSL color Cylindrical-coordinate representation of color #10000D: hue angle of 311.25º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10000D is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.19 | 0.94 |
| HSL | 311.25º | 1% | 0.03% | - |
| HSV(B) | 311.25º | 1% | 0.06% | - |
| XYZ | 0.29 | 0.14 | 0.39 | - |
| YUV | 6.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 13 | 0 | 1 | 0.19 | 0.94 | 311.25 | 1 | 0.03 |
| Hex | 10 | 0 | D | 0 | 64 | 13 | 5E | 137 | 64 | 3 |
| Octal | 20 | 0 | 15 | 0 | 144 | 23 | 136 | 467 | 144 | 3 |
| Binary | 10000 | 0 | 1101 | 0 | 1100100 | 10011 | 1011110 | 100110111 | 1100100 | 11 |
Color Harmonies of #10000D
Complementary color
Monochromatic Colors of #10000D
Black with #10000D
Text Example
Text Example
White with #10000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10000D; }
p { color: rgb(16,0,13); }
H1.HeaderClassName
{
color: #10000D;
}
.AnyTagClassName
{
color: #10000D;
}
</style>
background-color css
<style>
a { background-color: #10000D; }
a { background-color: rgb(16,0,13); }
div.DivClassName
{
background-color: #10000D;
}
.BgClassName
{
background-color: #10000D;
}
</style>
border-color css
<style>
span { border-color: #10000D; }
span { border-color: rgb(16,0,13); }
td.TdClassName
{
border-color: #10000D;
}
.TagClassName
{
border-color: #10000D;
}
</style>