Shades of Melanzane #1B0515
Tints of Melanzane #1B0515
RGB
CMYK
RGB Variations
Color information
#1B0515 (or 0x1B0515) is known color: Melanzane. HEX triplet: 1B, 05 and 15. RGB value is (27,5,21). Sum of RGB (Red+Green+Blue) = 27+5+21=53 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50.94% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0515 is #E4FAEA. Grayscale: #0D0D0D. Windows color (decimal): -15006443 or 1377563. OLE color: 1377563.
HSL color Cylindrical-coordinate representation of color #1B0515: hue angle of 316.36º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B0515 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.89.
Color convert
RGB | 27 | 5 | 21 | - |
CMYK | 0 | 0.81 | 0.22 | 0.89 |
HSL | 316.36º | 0.69% | 0.06% | - |
HSV(B) | 316.36º | 0.81% | 0.11% | - |
XYZ | 0.64 | 0.4 | 0.75 | - |
YUV | 13.4 | 132.29 | 137.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 5 | 21 | 0 | 0.81 | 0.22 | 0.89 | 316.36 | 0.69 | 0.06 |
Hex | 1B | 5 | 15 | 0 | 51 | 16 | 59 | 13C | 45 | 6 |
Octal | 33 | 5 | 25 | 0 | 121 | 26 | 131 | 474 | 105 | 6 |
Binary | 11011 | 101 | 10101 | 0 | 1010001 | 10110 | 1011001 | 100111100 | 1000101 | 110 |
Color Harmonies of #1B0515
Complementary color
Monochromatic Colors of #1B0515
Black with #1B0515
Text Example
Text Example
White with #1B0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0515; }
p { color: rgb(27,5,21); }
H1.HeaderClassName
{
color: #1B0515;
}
.AnyTagClassName
{
color: #1B0515;
}
</style>
background-color css
<style>
a { background-color: #1B0515; }
a { background-color: rgb(27,5,21); }
div.DivClassName
{
background-color: #1B0515;
}
.BgClassName
{
background-color: #1B0515;
}
</style>
border-color css
<style>
span { border-color: #1B0515; }
span { border-color: rgb(27,5,21); }
td.TdClassName
{
border-color: #1B0515;
}
.TagClassName
{
border-color: #1B0515;
}
</style>