Shades of Aubergine #372328
Tints of Aubergine #372328
RGB
CMYK
RGB Variations
Color information
#372328 (or 0x372328) is known color: Aubergine. HEX triplet: 37, 23 and 28. RGB value is (55,35,40). Sum of RGB (Red+Green+Blue) = 55+35+40=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #372328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372328 is #C8DCD7. Grayscale: #292929. Windows color (decimal): -13163736 or 2630455. OLE color: 2630455.
HSL color Cylindrical-coordinate representation of color #372328: hue angle of 345º 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 #372328 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 35 | 40 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.78 |
| HSL | 345º | 0.22% | 0.18% | - |
| HSV(B) | 345º | 0.36% | 0.22% | - |
| XYZ | 2.56 | 2.17 | 2.29 | - |
| YUV | 41.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 40 | 0 | 0.36 | 0.27 | 0.78 | 345 | 0.22 | 0.18 |
| Hex | 37 | 23 | 28 | 0 | 24 | 1B | 4E | 159 | 16 | 12 |
| Octal | 67 | 43 | 50 | 0 | 44 | 33 | 116 | 531 | 26 | 22 |
| Binary | 110111 | 100011 | 101000 | 0 | 100100 | 11011 | 1001110 | 101011001 | 10110 | 10010 |
Color Harmonies of #372328
Complementary color
Monochromatic Colors of #372328
Black with #372328
Text Example
Text Example
White with #372328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372328; }
p { color: rgb(55,35,40); }
H1.HeaderClassName
{
color: #372328;
}
.AnyTagClassName
{
color: #372328;
}
</style>
background-color css
<style>
a { background-color: #372328; }
a { background-color: rgb(55,35,40); }
div.DivClassName
{
background-color: #372328;
}
.BgClassName
{
background-color: #372328;
}
</style>
border-color css
<style>
span { border-color: #372328; }
span { border-color: rgb(55,35,40); }
td.TdClassName
{
border-color: #372328;
}
.TagClassName
{
border-color: #372328;
}
</style>