Shades of Aubergine #372324
Tints of Aubergine #372324
RGB
CMYK
RGB Variations
Color information
#372324 (or 0x372324) is known color: Aubergine. HEX triplet: 37, 23 and 24. RGB value is (55,35,36). Sum of RGB (Red+Green+Blue) = 55+35+36=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #372324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372324 is #C8DCDB. Grayscale: #292929. Windows color (decimal): -13163740 or 2368311. OLE color: 2368311.
HSL color Cylindrical-coordinate representation of color #372324: hue angle of 357º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #372324 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 35 | 36 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.78 |
| HSL | 357º | 0.22% | 0.18% | - |
| HSV(B) | 357º | 0.36% | 0.22% | - |
| XYZ | 2.5 | 2.14 | 1.95 | - |
| YUV | 41.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 36 | 0 | 0.36 | 0.35 | 0.78 | 357 | 0.22 | 0.18 |
| Hex | 37 | 23 | 24 | 0 | 24 | 23 | 4E | 165 | 16 | 12 |
| Octal | 67 | 43 | 44 | 0 | 44 | 43 | 116 | 545 | 26 | 22 |
| Binary | 110111 | 100011 | 100100 | 0 | 100100 | 100011 | 1001110 | 101100101 | 10110 | 10010 |
Color Harmonies of #372324
Complementary color
Monochromatic Colors of #372324
Black with #372324
Text Example
Text Example
White with #372324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372324; }
p { color: rgb(55,35,36); }
H1.HeaderClassName
{
color: #372324;
}
.AnyTagClassName
{
color: #372324;
}
</style>
background-color css
<style>
a { background-color: #372324; }
a { background-color: rgb(55,35,36); }
div.DivClassName
{
background-color: #372324;
}
.BgClassName
{
background-color: #372324;
}
</style>
border-color css
<style>
span { border-color: #372324; }
span { border-color: rgb(55,35,36); }
td.TdClassName
{
border-color: #372324;
}
.TagClassName
{
border-color: #372324;
}
</style>