Shades of Aubergine #372A2C
Tints of Aubergine #372A2C
RGB
CMYK
RGB Variations
Color information
#372A2C (or 0x372A2C) is known color: Aubergine. HEX triplet: 37, 2A and 2C. RGB value is (55,42,44). Sum of RGB (Red+Green+Blue) = 55+42+44=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 55 - color contains mainly: red. Hex color #372A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A2C is #C8D5D3. Grayscale: #2E2E2E. Windows color (decimal): -13161940 or 2894391. OLE color: 2894391.
HSL color Cylindrical-coordinate representation of color #372A2C: hue angle of 350.77º 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 #372A2C is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 44 | - |
| CMYK | 0 | 0.24 | 0.2 | 0.78 |
| HSL | 350.77º | 0.13% | 0.19% | - |
| HSV(B) | 350.77º | 0.24% | 0.22% | - |
| XYZ | 2.86 | 2.65 | 2.74 | - |
| YUV | 46.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 44 | 0 | 0.24 | 0.2 | 0.78 | 350.77 | 0.13 | 0.19 |
| Hex | 37 | 2A | 2C | 0 | 18 | 14 | 4E | 15F | D | 13 |
| Octal | 67 | 52 | 54 | 0 | 30 | 24 | 116 | 537 | 15 | 23 |
| Binary | 110111 | 101010 | 101100 | 0 | 11000 | 10100 | 1001110 | 101011111 | 1101 | 10011 |
Color Harmonies of #372A2C
Complementary color
Monochromatic Colors of #372A2C
Black with #372A2C
Text Example
Text Example
White with #372A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A2C; }
p { color: rgb(55,42,44); }
H1.HeaderClassName
{
color: #372A2C;
}
.AnyTagClassName
{
color: #372A2C;
}
</style>
background-color css
<style>
a { background-color: #372A2C; }
a { background-color: rgb(55,42,44); }
div.DivClassName
{
background-color: #372A2C;
}
.BgClassName
{
background-color: #372A2C;
}
</style>
border-color css
<style>
span { border-color: #372A2C; }
span { border-color: rgb(55,42,44); }
td.TdClassName
{
border-color: #372A2C;
}
.TagClassName
{
border-color: #372A2C;
}
</style>