Shades of Melanzane #1B0715
Tints of Melanzane #1B0715
RGB
CMYK
RGB Variations
Color information
#1B0715 (or 0x1B0715) is known color: Melanzane. HEX triplet: 1B, 07 and 15. RGB value is (27,7,21). Sum of RGB (Red+Green+Blue) = 27+7+21=55 (7% of max value = 765). Red value is 27 (10.94% from 255 or 49.09% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0715 is #E4F8EA. Grayscale: #0E0E0E. Windows color (decimal): -15005931 or 1378075. OLE color: 1378075.
HSL color Cylindrical-coordinate representation of color #1B0715: hue angle of 318º 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 #1B0715 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 7 | 21 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.89 |
| HSL | 318º | 0.59% | 0.07% | - |
| HSV(B) | 318º | 0.74% | 0.11% | - |
| XYZ | 0.66 | 0.44 | 0.76 | - |
| YUV | 14.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 7 | 21 | 0 | 0.74 | 0.22 | 0.89 | 318 | 0.59 | 0.07 |
| Hex | 1B | 7 | 15 | 0 | 4A | 16 | 59 | 13E | 3B | 7 |
| Octal | 33 | 7 | 25 | 0 | 112 | 26 | 131 | 476 | 73 | 7 |
| Binary | 11011 | 111 | 10101 | 0 | 1001010 | 10110 | 1011001 | 100111110 | 111011 | 111 |
Color Harmonies of #1B0715
Complementary color
Monochromatic Colors of #1B0715
Black with #1B0715
Text Example
Text Example
White with #1B0715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0715; }
p { color: rgb(27,7,21); }
H1.HeaderClassName
{
color: #1B0715;
}
.AnyTagClassName
{
color: #1B0715;
}
</style>
background-color css
<style>
a { background-color: #1B0715; }
a { background-color: rgb(27,7,21); }
div.DivClassName
{
background-color: #1B0715;
}
.BgClassName
{
background-color: #1B0715;
}
</style>
border-color css
<style>
span { border-color: #1B0715; }
span { border-color: rgb(27,7,21); }
td.TdClassName
{
border-color: #1B0715;
}
.TagClassName
{
border-color: #1B0715;
}
</style>