Shades of Aubergine #372B2E
Tints of Aubergine #372B2E
RGB
CMYK
RGB Variations
Color information
#372B2E (or 0x372B2E) is known color: Aubergine. HEX triplet: 37, 2B and 2E. RGB value is (55,43,46). Sum of RGB (Red+Green+Blue) = 55+43+46=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 55 - color contains mainly: red. Hex color #372B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B2E is #C8D4D1. Grayscale: #2E2E2E. Windows color (decimal): -13161682 or 3025719. OLE color: 3025719.
HSL color Cylindrical-coordinate representation of color #372B2E: hue angle of 345º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #372B2E is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 43 | 46 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.78 |
| HSL | 345º | 0.12% | 0.19% | - |
| HSV(B) | 345º | 0.22% | 0.22% | - |
| XYZ | 2.93 | 2.74 | 2.96 | - |
| YUV | 46.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 46 | 0 | 0.22 | 0.16 | 0.78 | 345 | 0.12 | 0.19 |
| Hex | 37 | 2B | 2E | 0 | 16 | 10 | 4E | 159 | C | 13 |
| Octal | 67 | 53 | 56 | 0 | 26 | 20 | 116 | 531 | 14 | 23 |
| Binary | 110111 | 101011 | 101110 | 0 | 10110 | 10000 | 1001110 | 101011001 | 1100 | 10011 |
Color Harmonies of #372B2E
Complementary color
Monochromatic Colors of #372B2E
Black with #372B2E
Text Example
Text Example
White with #372B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372B2E; }
p { color: rgb(55,43,46); }
H1.HeaderClassName
{
color: #372B2E;
}
.AnyTagClassName
{
color: #372B2E;
}
</style>
background-color css
<style>
a { background-color: #372B2E; }
a { background-color: rgb(55,43,46); }
div.DivClassName
{
background-color: #372B2E;
}
.BgClassName
{
background-color: #372B2E;
}
</style>
border-color css
<style>
span { border-color: #372B2E; }
span { border-color: rgb(55,43,46); }
td.TdClassName
{
border-color: #372B2E;
}
.TagClassName
{
border-color: #372B2E;
}
</style>