Shades of Melanzane #160911
Tints of Melanzane #160911
RGB
CMYK
RGB Variations
Color information
#160911 (or 0x160911) is known color: Melanzane. HEX triplet: 16, 09 and 11. RGB value is (22,9,17). Sum of RGB (Red+Green+Blue) = 22+9+17=48 (6% of max value = 765). Red value is 22 (8.98% from 255 or 45.83% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 22 - color contains mainly: red. Hex color #160911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160911 is #E9F6EE. Grayscale: #0D0D0D. Windows color (decimal): -15333103 or 1116438. OLE color: 1116438.
HSL color Cylindrical-coordinate representation of color #160911: hue angle of 323.08º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #160911 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 9 | 17 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.91 |
| HSL | 323.08º | 0.42% | 0.06% | - |
| HSV(B) | 323.08º | 0.59% | 0.09% | - |
| XYZ | 0.53 | 0.41 | 0.58 | - |
| YUV | 13.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 17 | 0 | 0.59 | 0.23 | 0.91 | 323.08 | 0.42 | 0.06 |
| Hex | 16 | 9 | 11 | 0 | 3B | 17 | 5B | 143 | 2A | 6 |
| Octal | 26 | 11 | 21 | 0 | 73 | 27 | 133 | 503 | 52 | 6 |
| Binary | 10110 | 1001 | 10001 | 0 | 111011 | 10111 | 1011011 | 101000011 | 101010 | 110 |
Color Harmonies of #160911
Complementary color
Monochromatic Colors of #160911
Black with #160911
Text Example
Text Example
White with #160911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160911; }
p { color: rgb(22,9,17); }
H1.HeaderClassName
{
color: #160911;
}
.AnyTagClassName
{
color: #160911;
}
</style>
background-color css
<style>
a { background-color: #160911; }
a { background-color: rgb(22,9,17); }
div.DivClassName
{
background-color: #160911;
}
.BgClassName
{
background-color: #160911;
}
</style>
border-color css
<style>
span { border-color: #160911; }
span { border-color: rgb(22,9,17); }
td.TdClassName
{
border-color: #160911;
}
.TagClassName
{
border-color: #160911;
}
</style>