Shades of Melanzane #1B0816
Tints of Melanzane #1B0816
RGB
CMYK
RGB Variations
Color information
#1B0816 (or 0x1B0816) is known color: Melanzane. HEX triplet: 1B, 08 and 16. RGB value is (27,8,22). Sum of RGB (Red+Green+Blue) = 27+8+22=57 (7% of max value = 765). Red value is 27 (10.94% from 255 or 47.37% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0816 is #E4F7E9. Grayscale: #0F0F0F. Windows color (decimal): -15005674 or 1443867. OLE color: 1443867.
HSL color Cylindrical-coordinate representation of color #1B0816: hue angle of 315.79º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B0816 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 8 | 22 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.89 |
| HSL | 315.79º | 0.54% | 0.07% | - |
| HSV(B) | 315.79º | 0.7% | 0.11% | - |
| XYZ | 0.68 | 0.46 | 0.81 | - |
| YUV | 15.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 22 | 0 | 0.70 | 0.19 | 0.89 | 315.79 | 0.54 | 0.07 |
| Hex | 1B | 8 | 16 | 0 | 46 | 13 | 59 | 13C | 36 | 7 |
| Octal | 33 | 10 | 26 | 0 | 106 | 23 | 131 | 474 | 66 | 7 |
| Binary | 11011 | 1000 | 10110 | 0 | 1000110 | 10011 | 1011001 | 100111100 | 110110 | 111 |
Color Harmonies of #1B0816
Complementary color
Monochromatic Colors of #1B0816
Black with #1B0816
Text Example
Text Example
White with #1B0816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0816; }
p { color: rgb(27,8,22); }
H1.HeaderClassName
{
color: #1B0816;
}
.AnyTagClassName
{
color: #1B0816;
}
</style>
background-color css
<style>
a { background-color: #1B0816; }
a { background-color: rgb(27,8,22); }
div.DivClassName
{
background-color: #1B0816;
}
.BgClassName
{
background-color: #1B0816;
}
</style>
border-color css
<style>
span { border-color: #1B0816; }
span { border-color: rgb(27,8,22); }
td.TdClassName
{
border-color: #1B0816;
}
.TagClassName
{
border-color: #1B0816;
}
</style>