Shades of Melanzane #1B1018
Tints of Melanzane #1B1018
RGB
CMYK
RGB Variations
Color information
#1B1018 (or 0x1B1018) is known color: Melanzane. HEX triplet: 1B, 10 and 18. RGB value is (27,16,24). Sum of RGB (Red+Green+Blue) = 27+16+24=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1018 is #E4EFE7. Grayscale: #141414. Windows color (decimal): -15003624 or 1576987. OLE color: 1576987.
HSL color Cylindrical-coordinate representation of color #1B1018: hue angle of 316.36º 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 #1B1018 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 16 | 24 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.89 |
| HSL | 316.36º | 0.26% | 0.08% | - |
| HSV(B) | 316.36º | 0.41% | 0.11% | - |
| XYZ | 0.8 | 0.67 | 0.95 | - |
| YUV | 20.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 24 | 0 | 0.41 | 0.11 | 0.89 | 316.36 | 0.26 | 0.08 |
| Hex | 1B | 10 | 18 | 0 | 29 | B | 59 | 13C | 1A | 8 |
| Octal | 33 | 20 | 30 | 0 | 51 | 13 | 131 | 474 | 32 | 10 |
| Binary | 11011 | 10000 | 11000 | 0 | 101001 | 1011 | 1011001 | 100111100 | 11010 | 1000 |
Color Harmonies of #1B1018
Complementary color
Monochromatic Colors of #1B1018
Black with #1B1018
Text Example
Text Example
White with #1B1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1018; }
p { color: rgb(27,16,24); }
H1.HeaderClassName
{
color: #1B1018;
}
.AnyTagClassName
{
color: #1B1018;
}
</style>
background-color css
<style>
a { background-color: #1B1018; }
a { background-color: rgb(27,16,24); }
div.DivClassName
{
background-color: #1B1018;
}
.BgClassName
{
background-color: #1B1018;
}
</style>
border-color css
<style>
span { border-color: #1B1018; }
span { border-color: rgb(27,16,24); }
td.TdClassName
{
border-color: #1B1018;
}
.TagClassName
{
border-color: #1B1018;
}
</style>