Shades of Melanzane #10040B
Tints of Melanzane #10040B
RGB
CMYK
RGB Variations
Color information
#10040B (or 0x10040B) is known color: Melanzane. HEX triplet: 10, 04 and 0B. RGB value is (16,4,11). Sum of RGB (Red+Green+Blue) = 16+4+11=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #10040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10040B is #EFFBF4. Grayscale: #080808. Windows color (decimal): -15727605 or 721936. OLE color: 721936.
HSL color Cylindrical-coordinate representation of color #10040B: hue angle of 325º 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 #10040B is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.94.
Color convert
RGB | 16 | 4 | 11 | - |
CMYK | 0 | 0.75 | 0.31 | 0.94 |
HSL | 325º | 0.6% | 0.04% | - |
HSV(B) | 325º | 0.75% | 0.06% | - |
XYZ | 0.32 | 0.22 | 0.34 | - |
YUV | 8.39 | 129.48 | 133.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 4 | 11 | 0 | 0.75 | 0.31 | 0.94 | 325 | 0.6 | 0.04 |
Hex | 10 | 4 | B | 0 | 4B | 1F | 5E | 145 | 3C | 4 |
Octal | 20 | 4 | 13 | 0 | 113 | 37 | 136 | 505 | 74 | 4 |
Binary | 10000 | 100 | 1011 | 0 | 1001011 | 11111 | 1011110 | 101000101 | 111100 | 100 |
Color Harmonies of #10040B
Complementary color
Monochromatic Colors of #10040B
Black with #10040B
Text Example
Text Example
White with #10040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10040B; }
p { color: rgb(16,4,11); }
H1.HeaderClassName
{
color: #10040B;
}
.AnyTagClassName
{
color: #10040B;
}
</style>
background-color css
<style>
a { background-color: #10040B; }
a { background-color: rgb(16,4,11); }
div.DivClassName
{
background-color: #10040B;
}
.BgClassName
{
background-color: #10040B;
}
</style>
border-color css
<style>
span { border-color: #10040B; }
span { border-color: rgb(16,4,11); }
td.TdClassName
{
border-color: #10040B;
}
.TagClassName
{
border-color: #10040B;
}
</style>