Shades of Melanzane #16000F
Tints of Melanzane #16000F
RGB
CMYK
RGB Variations
Color information
#16000F (or 0x16000F) is known color: Melanzane. HEX triplet: 16, 00 and 0F. RGB value is (22,0,15). Sum of RGB (Red+Green+Blue) = 22+0+15=37 (4% of max value = 765). Red value is 22 (8.98% from 255 or 59.46% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 22 - color contains mainly: red. Hex color #16000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16000F is #E9FFF0. Grayscale: #080808. Windows color (decimal): -15335409 or 983062. OLE color: 983062.
HSL color Cylindrical-coordinate representation of color #16000F: hue angle of 319.09º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16000F is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.32 | 0.91 |
| HSL | 319.09º | 1% | 0.04% | - |
| HSV(B) | 319.09º | 1% | 0.09% | - |
| XYZ | 0.42 | 0.21 | 0.47 | - |
| YUV | 8.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 15 | 0 | 1 | 0.32 | 0.91 | 319.09 | 1 | 0.04 |
| Hex | 16 | 0 | F | 0 | 64 | 20 | 5B | 13F | 64 | 4 |
| Octal | 26 | 0 | 17 | 0 | 144 | 40 | 133 | 477 | 144 | 4 |
| Binary | 10110 | 0 | 1111 | 0 | 1100100 | 100000 | 1011011 | 100111111 | 1100100 | 100 |
Color Harmonies of #16000F
Complementary color
Monochromatic Colors of #16000F
Black with #16000F
Text Example
Text Example
White with #16000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16000F; }
p { color: rgb(22,0,15); }
H1.HeaderClassName
{
color: #16000F;
}
.AnyTagClassName
{
color: #16000F;
}
</style>
background-color css
<style>
a { background-color: #16000F; }
a { background-color: rgb(22,0,15); }
div.DivClassName
{
background-color: #16000F;
}
.BgClassName
{
background-color: #16000F;
}
</style>
border-color css
<style>
span { border-color: #16000F; }
span { border-color: rgb(22,0,15); }
td.TdClassName
{
border-color: #16000F;
}
.TagClassName
{
border-color: #16000F;
}
</style>