Shades of Melanzane #1B1118
Tints of Melanzane #1B1118
RGB
CMYK
RGB Variations
Color information
#1B1118 (or 0x1B1118) is known color: Melanzane. HEX triplet: 1B, 11 and 18. RGB value is (27,17,24). Sum of RGB (Red+Green+Blue) = 27+17+24=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1118 is #E4EEE7. Grayscale: #141414. Windows color (decimal): -15003368 or 1577243. OLE color: 1577243.
HSL color Cylindrical-coordinate representation of color #1B1118: hue angle of 318º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B1118 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 17 | 24 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.89 |
| HSL | 318º | 0.23% | 0.09% | - |
| HSV(B) | 318º | 0.37% | 0.11% | - |
| XYZ | 0.82 | 0.7 | 0.96 | - |
| YUV | 20.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 24 | 0 | 0.37 | 0.11 | 0.89 | 318 | 0.23 | 0.09 |
| Hex | 1B | 11 | 18 | 0 | 25 | B | 59 | 13E | 17 | 9 |
| Octal | 33 | 21 | 30 | 0 | 45 | 13 | 131 | 476 | 27 | 11 |
| Binary | 11011 | 10001 | 11000 | 0 | 100101 | 1011 | 1011001 | 100111110 | 10111 | 1001 |
Color Harmonies of #1B1118
Complementary color
Monochromatic Colors of #1B1118
Black with #1B1118
Text Example
Text Example
White with #1B1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1118; }
p { color: rgb(27,17,24); }
H1.HeaderClassName
{
color: #1B1118;
}
.AnyTagClassName
{
color: #1B1118;
}
</style>
background-color css
<style>
a { background-color: #1B1118; }
a { background-color: rgb(27,17,24); }
div.DivClassName
{
background-color: #1B1118;
}
.BgClassName
{
background-color: #1B1118;
}
</style>
border-color css
<style>
span { border-color: #1B1118; }
span { border-color: rgb(27,17,24); }
td.TdClassName
{
border-color: #1B1118;
}
.TagClassName
{
border-color: #1B1118;
}
</style>