Shades of Melanzane #10000B
Tints of Melanzane #10000B
RGB
CMYK
RGB Variations
Color information
#10000B (or 0x10000B) is known color: Melanzane. HEX triplet: 10, 00 and 0B. RGB value is (16,0,11). Sum of RGB (Red+Green+Blue) = 16+0+11=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #10000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10000B is #EFFFF4. Grayscale: #060606. Windows color (decimal): -15728629 or 720912. OLE color: 720912.
HSL color Cylindrical-coordinate representation of color #10000B: hue angle of 318.75º 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 #10000B is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.31 | 0.94 |
| HSL | 318.75º | 1% | 0.03% | - |
| HSV(B) | 318.75º | 1% | 0.06% | - |
| XYZ | 0.27 | 0.13 | 0.33 | - |
| YUV | 6.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 11 | 0 | 1 | 0.31 | 0.94 | 318.75 | 1 | 0.03 |
| Hex | 10 | 0 | B | 0 | 64 | 1F | 5E | 13F | 64 | 3 |
| Octal | 20 | 0 | 13 | 0 | 144 | 37 | 136 | 477 | 144 | 3 |
| Binary | 10000 | 0 | 1011 | 0 | 1100100 | 11111 | 1011110 | 100111111 | 1100100 | 11 |
Color Harmonies of #10000B
Complementary color
Monochromatic Colors of #10000B
Black with #10000B
Text Example
Text Example
White with #10000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10000B; }
p { color: rgb(16,0,11); }
H1.HeaderClassName
{
color: #10000B;
}
.AnyTagClassName
{
color: #10000B;
}
</style>
background-color css
<style>
a { background-color: #10000B; }
a { background-color: rgb(16,0,11); }
div.DivClassName
{
background-color: #10000B;
}
.BgClassName
{
background-color: #10000B;
}
</style>
border-color css
<style>
span { border-color: #10000B; }
span { border-color: rgb(16,0,11); }
td.TdClassName
{
border-color: #10000B;
}
.TagClassName
{
border-color: #10000B;
}
</style>