Shades of Aubergine #372325
Tints of Aubergine #372325
RGB
CMYK
RGB Variations
Color information
#372325 (or 0x372325) is known color: Aubergine. HEX triplet: 37, 23 and 25. RGB value is (55,35,37). Sum of RGB (Red+Green+Blue) = 55+35+37=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #372325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372325 is #C8DCDA. Grayscale: #292929. Windows color (decimal): -13163739 or 2433847. OLE color: 2433847.
HSL color Cylindrical-coordinate representation of color #372325: hue angle of 354º 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 #372325 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 35 | 37 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.78 |
| HSL | 354º | 0.22% | 0.18% | - |
| HSV(B) | 354º | 0.36% | 0.22% | - |
| XYZ | 2.51 | 2.15 | 2.03 | - |
| YUV | 41.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 37 | 0 | 0.36 | 0.33 | 0.78 | 354 | 0.22 | 0.18 |
| Hex | 37 | 23 | 25 | 0 | 24 | 21 | 4E | 162 | 16 | 12 |
| Octal | 67 | 43 | 45 | 0 | 44 | 41 | 116 | 542 | 26 | 22 |
| Binary | 110111 | 100011 | 100101 | 0 | 100100 | 100001 | 1001110 | 101100010 | 10110 | 10010 |
Color Harmonies of #372325
Complementary color
Monochromatic Colors of #372325
Black with #372325
Text Example
Text Example
White with #372325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372325; }
p { color: rgb(55,35,37); }
H1.HeaderClassName
{
color: #372325;
}
.AnyTagClassName
{
color: #372325;
}
</style>
background-color css
<style>
a { background-color: #372325; }
a { background-color: rgb(55,35,37); }
div.DivClassName
{
background-color: #372325;
}
.BgClassName
{
background-color: #372325;
}
</style>
border-color css
<style>
span { border-color: #372325; }
span { border-color: rgb(55,35,37); }
td.TdClassName
{
border-color: #372325;
}
.TagClassName
{
border-color: #372325;
}
</style>