Shades of Aubergine #372527
Tints of Aubergine #372527
RGB
CMYK
RGB Variations
Color information
#372527 (or 0x372527) is known color: Aubergine. HEX triplet: 37, 25 and 27. RGB value is (55,37,39). Sum of RGB (Red+Green+Blue) = 55+37+39=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #372527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372527 is #C8DAD8. Grayscale: #2A2A2A. Windows color (decimal): -13163225 or 2565431. OLE color: 2565431.
HSL color Cylindrical-coordinate representation of color #372527: hue angle of 353.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #372527 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 37 | 39 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.78 |
| HSL | 353.33º | 0.2% | 0.18% | - |
| HSV(B) | 353.33º | 0.33% | 0.22% | - |
| XYZ | 2.6 | 2.28 | 2.22 | - |
| YUV | 42.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 39 | 0 | 0.33 | 0.29 | 0.78 | 353.33 | 0.2 | 0.18 |
| Hex | 37 | 25 | 27 | 0 | 21 | 1D | 4E | 161 | 14 | 12 |
| Octal | 67 | 45 | 47 | 0 | 41 | 35 | 116 | 541 | 24 | 22 |
| Binary | 110111 | 100101 | 100111 | 0 | 100001 | 11101 | 1001110 | 101100001 | 10100 | 10010 |
Color Harmonies of #372527
Complementary color
Monochromatic Colors of #372527
Black with #372527
Text Example
Text Example
White with #372527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372527; }
p { color: rgb(55,37,39); }
H1.HeaderClassName
{
color: #372527;
}
.AnyTagClassName
{
color: #372527;
}
</style>
background-color css
<style>
a { background-color: #372527; }
a { background-color: rgb(55,37,39); }
div.DivClassName
{
background-color: #372527;
}
.BgClassName
{
background-color: #372527;
}
</style>
border-color css
<style>
span { border-color: #372527; }
span { border-color: rgb(55,37,39); }
td.TdClassName
{
border-color: #372527;
}
.TagClassName
{
border-color: #372527;
}
</style>