Shades of Aubergine #1B1216
Tints of Aubergine #1B1216
RGB
CMYK
RGB Variations
Color information
#1B1216 (or 0x1B1216) is known color: Aubergine. HEX triplet: 1B, 12 and 16. RGB value is (27,18,22). Sum of RGB (Red+Green+Blue) = 27+18+22=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1216 is #E4EDE9. Grayscale: #151515. Windows color (decimal): -15003114 or 1446427. OLE color: 1446427.
HSL color Cylindrical-coordinate representation of color #1B1216: hue angle of 333.33º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1B1216 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 18 | 22 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.89 |
| HSL | 333.33º | 0.2% | 0.09% | - |
| HSV(B) | 333.33º | 0.33% | 0.11% | - |
| XYZ | 0.81 | 0.72 | 0.86 | - |
| YUV | 21.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 18 | 22 | 0 | 0.33 | 0.19 | 0.89 | 333.33 | 0.2 | 0.09 |
| Hex | 1B | 12 | 16 | 0 | 21 | 13 | 59 | 14D | 14 | 9 |
| Octal | 33 | 22 | 26 | 0 | 41 | 23 | 131 | 515 | 24 | 11 |
| Binary | 11011 | 10010 | 10110 | 0 | 100001 | 10011 | 1011001 | 101001101 | 10100 | 1001 |
Color Harmonies of #1B1216
Complementary color
Monochromatic Colors of #1B1216
Black with #1B1216
Text Example
Text Example
White with #1B1216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1216; }
p { color: rgb(27,18,22); }
H1.HeaderClassName
{
color: #1B1216;
}
.AnyTagClassName
{
color: #1B1216;
}
</style>
background-color css
<style>
a { background-color: #1B1216; }
a { background-color: rgb(27,18,22); }
div.DivClassName
{
background-color: #1B1216;
}
.BgClassName
{
background-color: #1B1216;
}
</style>
border-color css
<style>
span { border-color: #1B1216; }
span { border-color: rgb(27,18,22); }
td.TdClassName
{
border-color: #1B1216;
}
.TagClassName
{
border-color: #1B1216;
}
</style>