Shades of Melanzane #1B0C16
Tints of Melanzane #1B0C16
RGB
CMYK
RGB Variations
Color information
#1B0C16 (or 0x1B0C16) is known color: Melanzane. HEX triplet: 1B, 0C and 16. RGB value is (27,12,22). Sum of RGB (Red+Green+Blue) = 27+12+22=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0C16 is #E4F3E9. Grayscale: #111111. Windows color (decimal): -15004650 or 1444891. OLE color: 1444891.
HSL color Cylindrical-coordinate representation of color #1B0C16: hue angle of 320º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B0C16 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 12 | 22 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.89 |
| HSL | 320º | 0.38% | 0.08% | - |
| HSV(B) | 320º | 0.56% | 0.11% | - |
| XYZ | 0.73 | 0.55 | 0.83 | - |
| YUV | 17.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 12 | 22 | 0 | 0.56 | 0.19 | 0.89 | 320 | 0.38 | 0.08 |
| Hex | 1B | C | 16 | 0 | 38 | 13 | 59 | 140 | 26 | 8 |
| Octal | 33 | 14 | 26 | 0 | 70 | 23 | 131 | 500 | 46 | 10 |
| Binary | 11011 | 1100 | 10110 | 0 | 111000 | 10011 | 1011001 | 101000000 | 100110 | 1000 |
Color Harmonies of #1B0C16
Complementary color
Monochromatic Colors of #1B0C16
Black with #1B0C16
Text Example
Text Example
White with #1B0C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0C16; }
p { color: rgb(27,12,22); }
H1.HeaderClassName
{
color: #1B0C16;
}
.AnyTagClassName
{
color: #1B0C16;
}
</style>
background-color css
<style>
a { background-color: #1B0C16; }
a { background-color: rgb(27,12,22); }
div.DivClassName
{
background-color: #1B0C16;
}
.BgClassName
{
background-color: #1B0C16;
}
</style>
border-color css
<style>
span { border-color: #1B0C16; }
span { border-color: rgb(27,12,22); }
td.TdClassName
{
border-color: #1B0C16;
}
.TagClassName
{
border-color: #1B0C16;
}
</style>