Shades of Aubergine #372C2E
Tints of Aubergine #372C2E
RGB
CMYK
RGB Variations
Color information
#372C2E (or 0x372C2E) is known color: Aubergine. HEX triplet: 37, 2C and 2E. RGB value is (55,44,46). Sum of RGB (Red+Green+Blue) = 55+44+46=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #372C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C2E is #C8D3D1. Grayscale: #2F2F2F. Windows color (decimal): -13161426 or 3025975. OLE color: 3025975.
HSL color Cylindrical-coordinate representation of color #372C2E: hue angle of 349.09º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #372C2E is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 44 | 46 | - |
| CMYK | 0 | 0.2 | 0.16 | 0.78 |
| HSL | 349.09º | 0.11% | 0.19% | - |
| HSV(B) | 349.09º | 0.2% | 0.22% | - |
| XYZ | 2.97 | 2.81 | 2.97 | - |
| YUV | 47.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 46 | 0 | 0.2 | 0.16 | 0.78 | 349.09 | 0.11 | 0.19 |
| Hex | 37 | 2C | 2E | 0 | 14 | 10 | 4E | 15D | B | 13 |
| Octal | 67 | 54 | 56 | 0 | 24 | 20 | 116 | 535 | 13 | 23 |
| Binary | 110111 | 101100 | 101110 | 0 | 10100 | 10000 | 1001110 | 101011101 | 1011 | 10011 |
Color Harmonies of #372C2E
Complementary color
Monochromatic Colors of #372C2E
Black with #372C2E
Text Example
Text Example
White with #372C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C2E; }
p { color: rgb(55,44,46); }
H1.HeaderClassName
{
color: #372C2E;
}
.AnyTagClassName
{
color: #372C2E;
}
</style>
background-color css
<style>
a { background-color: #372C2E; }
a { background-color: rgb(55,44,46); }
div.DivClassName
{
background-color: #372C2E;
}
.BgClassName
{
background-color: #372C2E;
}
</style>
border-color css
<style>
span { border-color: #372C2E; }
span { border-color: rgb(55,44,46); }
td.TdClassName
{
border-color: #372C2E;
}
.TagClassName
{
border-color: #372C2E;
}
</style>