Shades of Melanzane #10080D
Tints of Melanzane #10080D
RGB
CMYK
RGB Variations
Color information
#10080D (or 0x10080D) is known color: Melanzane. HEX triplet: 10, 08 and 0D. RGB value is (16,8,13). Sum of RGB (Red+Green+Blue) = 16+8+13=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 16 - color contains mainly: red. Hex color #10080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10080D is #EFF7F2. Grayscale: #0A0A0A. Windows color (decimal): -15726579 or 854032. OLE color: 854032.
HSL color Cylindrical-coordinate representation of color #10080D: hue angle of 322.5º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #10080D is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 8 | 13 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.94 |
| HSL | 322.5º | 0.33% | 0.05% | - |
| HSV(B) | 322.5º | 0.5% | 0.06% | - |
| XYZ | 0.37 | 0.31 | 0.42 | - |
| YUV | 10.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 13 | 0 | 0.50 | 0.19 | 0.94 | 322.5 | 0.33 | 0.05 |
| Hex | 10 | 8 | D | 0 | 32 | 13 | 5E | 142 | 21 | 5 |
| Octal | 20 | 10 | 15 | 0 | 62 | 23 | 136 | 502 | 41 | 5 |
| Binary | 10000 | 1000 | 1101 | 0 | 110010 | 10011 | 1011110 | 101000010 | 100001 | 101 |
Color Harmonies of #10080D
Complementary color
Monochromatic Colors of #10080D
Black with #10080D
Text Example
Text Example
White with #10080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10080D; }
p { color: rgb(16,8,13); }
H1.HeaderClassName
{
color: #10080D;
}
.AnyTagClassName
{
color: #10080D;
}
</style>
background-color css
<style>
a { background-color: #10080D; }
a { background-color: rgb(16,8,13); }
div.DivClassName
{
background-color: #10080D;
}
.BgClassName
{
background-color: #10080D;
}
</style>
border-color css
<style>
span { border-color: #10080D; }
span { border-color: rgb(16,8,13); }
td.TdClassName
{
border-color: #10080D;
}
.TagClassName
{
border-color: #10080D;
}
</style>