Shades of Aubergine #372022
Tints of Aubergine #372022
RGB
CMYK
RGB Variations
Color information
#372022 (or 0x372022) is known color: Aubergine. HEX triplet: 37, 20 and 22. RGB value is (55,32,34). Sum of RGB (Red+Green+Blue) = 55+32+34=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #372022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372022 is #C8DFDD. Grayscale: #272727. Windows color (decimal): -13164510 or 2236471. OLE color: 2236471.
HSL color Cylindrical-coordinate representation of color #372022: hue angle of 354.78º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #372022 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 32 | 34 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.78 |
| HSL | 354.78º | 0.26% | 0.17% | - |
| HSV(B) | 354.78º | 0.42% | 0.22% | - |
| XYZ | 2.38 | 1.96 | 1.77 | - |
| YUV | 39.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 34 | 0 | 0.42 | 0.38 | 0.78 | 354.78 | 0.26 | 0.17 |
| Hex | 37 | 20 | 22 | 0 | 2A | 26 | 4E | 163 | 1A | 11 |
| Octal | 67 | 40 | 42 | 0 | 52 | 46 | 116 | 543 | 32 | 21 |
| Binary | 110111 | 100000 | 100010 | 0 | 101010 | 100110 | 1001110 | 101100011 | 11010 | 10001 |
Color Harmonies of #372022
Complementary color
Monochromatic Colors of #372022
Black with #372022
Text Example
Text Example
White with #372022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372022; }
p { color: rgb(55,32,34); }
H1.HeaderClassName
{
color: #372022;
}
.AnyTagClassName
{
color: #372022;
}
</style>
background-color css
<style>
a { background-color: #372022; }
a { background-color: rgb(55,32,34); }
div.DivClassName
{
background-color: #372022;
}
.BgClassName
{
background-color: #372022;
}
</style>
border-color css
<style>
span { border-color: #372022; }
span { border-color: rgb(55,32,34); }
td.TdClassName
{
border-color: #372022;
}
.TagClassName
{
border-color: #372022;
}
</style>