Shades of Aubergine #22171C
Tints of Aubergine #22171C
RGB
CMYK
RGB Variations
Color information
#22171C (or 0x22171C) is known color: Aubergine. HEX triplet: 22, 17 and 1C. RGB value is (34,23,28). Sum of RGB (Red+Green+Blue) = 34+23+28=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 34 - color contains mainly: red. Hex color #22171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22171C is #DDE8E3. Grayscale: #1A1A1A. Windows color (decimal): -14543076 or 1840930. OLE color: 1840930.
HSL color Cylindrical-coordinate representation of color #22171C: hue angle of 332.73º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #22171C is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 23 | 28 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.87 |
| HSL | 332.73º | 0.19% | 0.11% | - |
| HSV(B) | 332.73º | 0.32% | 0.13% | - |
| XYZ | 1.18 | 1.04 | 1.24 | - |
| YUV | 26.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 23 | 28 | 0 | 0.32 | 0.18 | 0.87 | 332.73 | 0.19 | 0.11 |
| Hex | 22 | 17 | 1C | 0 | 20 | 12 | 57 | 14D | 13 | B |
| Octal | 42 | 27 | 34 | 0 | 40 | 22 | 127 | 515 | 23 | 13 |
| Binary | 100010 | 10111 | 11100 | 0 | 100000 | 10010 | 1010111 | 101001101 | 10011 | 1011 |
Color Harmonies of #22171C
Complementary color
Monochromatic Colors of #22171C
Black with #22171C
Text Example
Text Example
White with #22171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22171C; }
p { color: rgb(34,23,28); }
H1.HeaderClassName
{
color: #22171C;
}
.AnyTagClassName
{
color: #22171C;
}
</style>
background-color css
<style>
a { background-color: #22171C; }
a { background-color: rgb(34,23,28); }
div.DivClassName
{
background-color: #22171C;
}
.BgClassName
{
background-color: #22171C;
}
</style>
border-color css
<style>
span { border-color: #22171C; }
span { border-color: rgb(34,23,28); }
td.TdClassName
{
border-color: #22171C;
}
.TagClassName
{
border-color: #22171C;
}
</style>