Shades of Aubergine #372E30
Tints of Aubergine #372E30
RGB
CMYK
RGB Variations
Color information
#372E30 (or 0x372E30) is known color: Aubergine. HEX triplet: 37, 2E and 30. RGB value is (55,46,48). Sum of RGB (Red+Green+Blue) = 55+46+48=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 55 - color contains mainly: red. Hex color #372E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E30 is #C8D1CF. Grayscale: #303030. Windows color (decimal): -13160912 or 3157559. OLE color: 3157559.
HSL color Cylindrical-coordinate representation of color #372E30: hue angle of 346.67º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #372E30 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 46 | 48 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.78 |
| HSL | 346.67º | 0.09% | 0.2% | - |
| HSV(B) | 346.67º | 0.16% | 0.22% | - |
| XYZ | 3.09 | 2.98 | 3.21 | - |
| YUV | 48.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 48 | 0 | 0.16 | 0.13 | 0.78 | 346.67 | 0.09 | 0.2 |
| Hex | 37 | 2E | 30 | 0 | 10 | D | 4E | 15B | 9 | 14 |
| Octal | 67 | 56 | 60 | 0 | 20 | 15 | 116 | 533 | 11 | 24 |
| Binary | 110111 | 101110 | 110000 | 0 | 10000 | 1101 | 1001110 | 101011011 | 1001 | 10100 |
Color Harmonies of #372E30
Complementary color
Monochromatic Colors of #372E30
Black with #372E30
Text Example
Text Example
White with #372E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E30; }
p { color: rgb(55,46,48); }
H1.HeaderClassName
{
color: #372E30;
}
.AnyTagClassName
{
color: #372E30;
}
</style>
background-color css
<style>
a { background-color: #372E30; }
a { background-color: rgb(55,46,48); }
div.DivClassName
{
background-color: #372E30;
}
.BgClassName
{
background-color: #372E30;
}
</style>
border-color css
<style>
span { border-color: #372E30; }
span { border-color: rgb(55,46,48); }
td.TdClassName
{
border-color: #372E30;
}
.TagClassName
{
border-color: #372E30;
}
</style>