Shades of Melanzane #1B0D18
Tints of Melanzane #1B0D18
RGB
CMYK
RGB Variations
Color information
#1B0D18 (or 0x1B0D18) is known color: Melanzane. HEX triplet: 1B, 0D and 18. RGB value is (27,13,24). Sum of RGB (Red+Green+Blue) = 27+13+24=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0D18 is #E4F2E7. Grayscale: #121212. Windows color (decimal): -15004392 or 1576219. OLE color: 1576219.
HSL color Cylindrical-coordinate representation of color #1B0D18: hue angle of 312.86º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B0D18 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 13 | 24 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.89 |
| HSL | 312.86º | 0.35% | 0.08% | - |
| HSV(B) | 312.86º | 0.52% | 0.11% | - |
| XYZ | 0.76 | 0.59 | 0.94 | - |
| YUV | 18.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 13 | 24 | 0 | 0.52 | 0.11 | 0.89 | 312.86 | 0.35 | 0.08 |
| Hex | 1B | D | 18 | 0 | 34 | B | 59 | 139 | 23 | 8 |
| Octal | 33 | 15 | 30 | 0 | 64 | 13 | 131 | 471 | 43 | 10 |
| Binary | 11011 | 1101 | 11000 | 0 | 110100 | 1011 | 1011001 | 100111001 | 100011 | 1000 |
Color Harmonies of #1B0D18
Complementary color
Monochromatic Colors of #1B0D18
Black with #1B0D18
Text Example
Text Example
White with #1B0D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0D18; }
p { color: rgb(27,13,24); }
H1.HeaderClassName
{
color: #1B0D18;
}
.AnyTagClassName
{
color: #1B0D18;
}
</style>
background-color css
<style>
a { background-color: #1B0D18; }
a { background-color: rgb(27,13,24); }
div.DivClassName
{
background-color: #1B0D18;
}
.BgClassName
{
background-color: #1B0D18;
}
</style>
border-color css
<style>
span { border-color: #1B0D18; }
span { border-color: rgb(27,13,24); }
td.TdClassName
{
border-color: #1B0D18;
}
.TagClassName
{
border-color: #1B0D18;
}
</style>