Shades of Melanzane #10050D
Tints of Melanzane #10050D
RGB
CMYK
RGB Variations
Color information
#10050D (or 0x10050D) is known color: Melanzane. HEX triplet: 10, 05 and 0D. RGB value is (16,5,13). Sum of RGB (Red+Green+Blue) = 16+5+13=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 16 - color contains mainly: red. Hex color #10050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10050D is #EFFAF2. Grayscale: #090909. Windows color (decimal): -15727347 or 853264. OLE color: 853264.
HSL color Cylindrical-coordinate representation of color #10050D: hue angle of 316.36º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #10050D is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 5 | 13 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.94 |
| HSL | 316.36º | 0.52% | 0.04% | - |
| HSV(B) | 316.36º | 0.69% | 0.06% | - |
| XYZ | 0.34 | 0.25 | 0.41 | - |
| YUV | 9.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 13 | 0 | 0.69 | 0.19 | 0.94 | 316.36 | 0.52 | 0.04 |
| Hex | 10 | 5 | D | 0 | 45 | 13 | 5E | 13C | 34 | 4 |
| Octal | 20 | 5 | 15 | 0 | 105 | 23 | 136 | 474 | 64 | 4 |
| Binary | 10000 | 101 | 1101 | 0 | 1000101 | 10011 | 1011110 | 100111100 | 110100 | 100 |
Color Harmonies of #10050D
Complementary color
Monochromatic Colors of #10050D
Black with #10050D
Text Example
Text Example
White with #10050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10050D; }
p { color: rgb(16,5,13); }
H1.HeaderClassName
{
color: #10050D;
}
.AnyTagClassName
{
color: #10050D;
}
</style>
background-color css
<style>
a { background-color: #10050D; }
a { background-color: rgb(16,5,13); }
div.DivClassName
{
background-color: #10050D;
}
.BgClassName
{
background-color: #10050D;
}
</style>
border-color css
<style>
span { border-color: #10050D; }
span { border-color: rgb(16,5,13); }
td.TdClassName
{
border-color: #10050D;
}
.TagClassName
{
border-color: #10050D;
}
</style>