Shades of Melanzane #1B1016
Tints of Melanzane #1B1016
RGB
CMYK
RGB Variations
Color information
#1B1016 (or 0x1B1016) is known color: Melanzane. HEX triplet: 1B, 10 and 16. RGB value is (27,16,22). Sum of RGB (Red+Green+Blue) = 27+16+22=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1016 is #E4EFE9. Grayscale: #131313. Windows color (decimal): -15003626 or 1445915. OLE color: 1445915.
HSL color Cylindrical-coordinate representation of color #1B1016: hue angle of 327.27º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B1016 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 16 | 22 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.89 |
| HSL | 327.27º | 0.26% | 0.08% | - |
| HSV(B) | 327.27º | 0.41% | 0.11% | - |
| XYZ | 0.78 | 0.66 | 0.85 | - |
| YUV | 19.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 22 | 0 | 0.41 | 0.19 | 0.89 | 327.27 | 0.26 | 0.08 |
| Hex | 1B | 10 | 16 | 0 | 29 | 13 | 59 | 147 | 1A | 8 |
| Octal | 33 | 20 | 26 | 0 | 51 | 23 | 131 | 507 | 32 | 10 |
| Binary | 11011 | 10000 | 10110 | 0 | 101001 | 10011 | 1011001 | 101000111 | 11010 | 1000 |
Color Harmonies of #1B1016
Complementary color
Monochromatic Colors of #1B1016
Black with #1B1016
Text Example
Text Example
White with #1B1016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1016; }
p { color: rgb(27,16,22); }
H1.HeaderClassName
{
color: #1B1016;
}
.AnyTagClassName
{
color: #1B1016;
}
</style>
background-color css
<style>
a { background-color: #1B1016; }
a { background-color: rgb(27,16,22); }
div.DivClassName
{
background-color: #1B1016;
}
.BgClassName
{
background-color: #1B1016;
}
</style>
border-color css
<style>
span { border-color: #1B1016; }
span { border-color: rgb(27,16,22); }
td.TdClassName
{
border-color: #1B1016;
}
.TagClassName
{
border-color: #1B1016;
}
</style>