Shades of Aubergine #22181C
Tints of Aubergine #22181C
RGB
CMYK
RGB Variations
Color information
#22181C (or 0x22181C) is known color: Aubergine. HEX triplet: 22, 18 and 1C. RGB value is (34,24,28). Sum of RGB (Red+Green+Blue) = 34+24+28=86 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.53% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 34 - color contains mainly: red. Hex color #22181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22181C is #DDE7E3. Grayscale: #1B1B1B. Windows color (decimal): -14542820 or 1841186. OLE color: 1841186.
HSL color Cylindrical-coordinate representation of color #22181C: hue angle of 336º degrees, saturation: 0.17, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #22181C is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 24 | 28 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.87 |
| HSL | 336º | 0.17% | 0.11% | - |
| HSV(B) | 336º | 0.29% | 0.13% | - |
| XYZ | 1.2 | 1.08 | 1.24 | - |
| YUV | 27.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 24 | 28 | 0 | 0.29 | 0.18 | 0.87 | 336 | 0.17 | 0.11 |
| Hex | 22 | 18 | 1C | 0 | 1D | 12 | 57 | 150 | 11 | B |
| Octal | 42 | 30 | 34 | 0 | 35 | 22 | 127 | 520 | 21 | 13 |
| Binary | 100010 | 11000 | 11100 | 0 | 11101 | 10010 | 1010111 | 101010000 | 10001 | 1011 |
Color Harmonies of #22181C
Complementary color
Monochromatic Colors of #22181C
Black with #22181C
Text Example
Text Example
White with #22181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22181C; }
p { color: rgb(34,24,28); }
H1.HeaderClassName
{
color: #22181C;
}
.AnyTagClassName
{
color: #22181C;
}
</style>
background-color css
<style>
a { background-color: #22181C; }
a { background-color: rgb(34,24,28); }
div.DivClassName
{
background-color: #22181C;
}
.BgClassName
{
background-color: #22181C;
}
</style>
border-color css
<style>
span { border-color: #22181C; }
span { border-color: rgb(34,24,28); }
td.TdClassName
{
border-color: #22181C;
}
.TagClassName
{
border-color: #22181C;
}
</style>