Shades of Melanzane #160912
Tints of Melanzane #160912
RGB
CMYK
RGB Variations
Color information
#160912 (or 0x160912) is known color: Melanzane. HEX triplet: 16, 09 and 12. RGB value is (22,9,18). Sum of RGB (Red+Green+Blue) = 22+9+18=49 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44.90% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 22 - color contains mainly: red. Hex color #160912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160912 is #E9F6ED. Grayscale: #0D0D0D. Windows color (decimal): -15333102 or 1181974. OLE color: 1181974.
HSL color Cylindrical-coordinate representation of color #160912: hue angle of 318.46º 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 #160912 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 9 | 18 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.91 |
| HSL | 318.46º | 0.42% | 0.06% | - |
| HSV(B) | 318.46º | 0.59% | 0.09% | - |
| XYZ | 0.54 | 0.41 | 0.62 | - |
| YUV | 13.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 18 | 0 | 0.59 | 0.18 | 0.91 | 318.46 | 0.42 | 0.06 |
| Hex | 16 | 9 | 12 | 0 | 3B | 12 | 5B | 13E | 2A | 6 |
| Octal | 26 | 11 | 22 | 0 | 73 | 22 | 133 | 476 | 52 | 6 |
| Binary | 10110 | 1001 | 10010 | 0 | 111011 | 10010 | 1011011 | 100111110 | 101010 | 110 |
Color Harmonies of #160912
Complementary color
Monochromatic Colors of #160912
Black with #160912
Text Example
Text Example
White with #160912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160912; }
p { color: rgb(22,9,18); }
H1.HeaderClassName
{
color: #160912;
}
.AnyTagClassName
{
color: #160912;
}
</style>
background-color css
<style>
a { background-color: #160912; }
a { background-color: rgb(22,9,18); }
div.DivClassName
{
background-color: #160912;
}
.BgClassName
{
background-color: #160912;
}
</style>
border-color css
<style>
span { border-color: #160912; }
span { border-color: rgb(22,9,18); }
td.TdClassName
{
border-color: #160912;
}
.TagClassName
{
border-color: #160912;
}
</style>