Shades of Aubergine #373032
Tints of Aubergine #373032
RGB
CMYK
RGB Variations
Color information
#373032 (or 0x373032) is known color: Aubergine. HEX triplet: 37, 30 and 32. RGB value is (55,48,50). Sum of RGB (Red+Green+Blue) = 55+48+50=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 55 - color contains mainly: red. Hex color #373032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373032 is #C8CFCD. Grayscale: #323232. Windows color (decimal): -13160398 or 3289143. OLE color: 3289143.
HSL color Cylindrical-coordinate representation of color #373032: hue angle of 342.86º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #373032 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 48 | 50 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.78 |
| HSL | 342.86º | 0.07% | 0.2% | - |
| HSV(B) | 342.86º | 0.13% | 0.22% | - |
| XYZ | 3.21 | 3.16 | 3.46 | - |
| YUV | 50.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 50 | 0 | 0.13 | 0.09 | 0.78 | 342.86 | 0.07 | 0.2 |
| Hex | 37 | 30 | 32 | 0 | D | 9 | 4E | 157 | 7 | 14 |
| Octal | 67 | 60 | 62 | 0 | 15 | 11 | 116 | 527 | 7 | 24 |
| Binary | 110111 | 110000 | 110010 | 0 | 1101 | 1001 | 1001110 | 101010111 | 111 | 10100 |
Color Harmonies of #373032
Complementary color
Monochromatic Colors of #373032
Black with #373032
Text Example
Text Example
White with #373032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373032; }
p { color: rgb(55,48,50); }
H1.HeaderClassName
{
color: #373032;
}
.AnyTagClassName
{
color: #373032;
}
</style>
background-color css
<style>
a { background-color: #373032; }
a { background-color: rgb(55,48,50); }
div.DivClassName
{
background-color: #373032;
}
.BgClassName
{
background-color: #373032;
}
</style>
border-color css
<style>
span { border-color: #373032; }
span { border-color: rgb(55,48,50); }
td.TdClassName
{
border-color: #373032;
}
.TagClassName
{
border-color: #373032;
}
</style>