Shades of Melanzane #1B0716
Tints of Melanzane #1B0716
RGB
CMYK
RGB Variations
Color information
#1B0716 (or 0x1B0716) is known color: Melanzane. HEX triplet: 1B, 07 and 16. RGB value is (27,7,22). Sum of RGB (Red+Green+Blue) = 27+7+22=56 (7% of max value = 765). Red value is 27 (10.94% from 255 or 48.21% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0716 is #E4F8E9. Grayscale: #0E0E0E. Windows color (decimal): -15005930 or 1443611. OLE color: 1443611.
HSL color Cylindrical-coordinate representation of color #1B0716: hue angle of 315º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B0716 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 7 | 22 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.89 |
| HSL | 315º | 0.59% | 0.07% | - |
| HSV(B) | 315º | 0.74% | 0.11% | - |
| XYZ | 0.67 | 0.44 | 0.81 | - |
| YUV | 14.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 7 | 22 | 0 | 0.74 | 0.19 | 0.89 | 315 | 0.59 | 0.07 |
| Hex | 1B | 7 | 16 | 0 | 4A | 13 | 59 | 13B | 3B | 7 |
| Octal | 33 | 7 | 26 | 0 | 112 | 23 | 131 | 473 | 73 | 7 |
| Binary | 11011 | 111 | 10110 | 0 | 1001010 | 10011 | 1011001 | 100111011 | 111011 | 111 |
Color Harmonies of #1B0716
Complementary color
Monochromatic Colors of #1B0716
Black with #1B0716
Text Example
Text Example
White with #1B0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0716; }
p { color: rgb(27,7,22); }
H1.HeaderClassName
{
color: #1B0716;
}
.AnyTagClassName
{
color: #1B0716;
}
</style>
background-color css
<style>
a { background-color: #1B0716; }
a { background-color: rgb(27,7,22); }
div.DivClassName
{
background-color: #1B0716;
}
.BgClassName
{
background-color: #1B0716;
}
</style>
border-color css
<style>
span { border-color: #1B0716; }
span { border-color: rgb(27,7,22); }
td.TdClassName
{
border-color: #1B0716;
}
.TagClassName
{
border-color: #1B0716;
}
</style>