Shades of Aubergine #372A2E
Tints of Aubergine #372A2E
RGB
CMYK
RGB Variations
Color information
#372A2E (or 0x372A2E) is known color: Aubergine. HEX triplet: 37, 2A and 2E. RGB value is (55,42,46). Sum of RGB (Red+Green+Blue) = 55+42+46=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 55 - color contains mainly: red. Hex color #372A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A2E is #C8D5D1. Grayscale: #2E2E2E. Windows color (decimal): -13161938 or 3025463. OLE color: 3025463.
HSL color Cylindrical-coordinate representation of color #372A2E: hue angle of 341.54º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #372A2E is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 46 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.78 |
| HSL | 341.54º | 0.13% | 0.19% | - |
| HSV(B) | 341.54º | 0.24% | 0.22% | - |
| XYZ | 2.9 | 2.67 | 2.95 | - |
| YUV | 46.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 46 | 0 | 0.24 | 0.16 | 0.78 | 341.54 | 0.13 | 0.19 |
| Hex | 37 | 2A | 2E | 0 | 18 | 10 | 4E | 156 | D | 13 |
| Octal | 67 | 52 | 56 | 0 | 30 | 20 | 116 | 526 | 15 | 23 |
| Binary | 110111 | 101010 | 101110 | 0 | 11000 | 10000 | 1001110 | 101010110 | 1101 | 10011 |
Color Harmonies of #372A2E
Complementary color
Monochromatic Colors of #372A2E
Black with #372A2E
Text Example
Text Example
White with #372A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A2E; }
p { color: rgb(55,42,46); }
H1.HeaderClassName
{
color: #372A2E;
}
.AnyTagClassName
{
color: #372A2E;
}
</style>
background-color css
<style>
a { background-color: #372A2E; }
a { background-color: rgb(55,42,46); }
div.DivClassName
{
background-color: #372A2E;
}
.BgClassName
{
background-color: #372A2E;
}
</style>
border-color css
<style>
span { border-color: #372A2E; }
span { border-color: rgb(55,42,46); }
td.TdClassName
{
border-color: #372A2E;
}
.TagClassName
{
border-color: #372A2E;
}
</style>