Shades of Aubergine #372D2F
Tints of Aubergine #372D2F
RGB
CMYK
RGB Variations
Color information
#372D2F (or 0x372D2F) is known color: Aubergine. HEX triplet: 37, 2D and 2F. RGB value is (55,45,47). Sum of RGB (Red+Green+Blue) = 55+45+47=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #372D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D2F is #C8D2D0. Grayscale: #303030. Windows color (decimal): -13161169 or 3091767. OLE color: 3091767.
HSL color Cylindrical-coordinate representation of color #372D2F: hue angle of 348º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #372D2F is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 45 | 47 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.78 |
| HSL | 348º | 0.1% | 0.2% | - |
| HSV(B) | 348º | 0.18% | 0.22% | - |
| XYZ | 3.03 | 2.89 | 3.09 | - |
| YUV | 48.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 47 | 0 | 0.18 | 0.15 | 0.78 | 348 | 0.1 | 0.2 |
| Hex | 37 | 2D | 2F | 0 | 12 | F | 4E | 15C | A | 14 |
| Octal | 67 | 55 | 57 | 0 | 22 | 17 | 116 | 534 | 12 | 24 |
| Binary | 110111 | 101101 | 101111 | 0 | 10010 | 1111 | 1001110 | 101011100 | 1010 | 10100 |
Color Harmonies of #372D2F
Complementary color
Monochromatic Colors of #372D2F
Black with #372D2F
Text Example
Text Example
White with #372D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D2F; }
p { color: rgb(55,45,47); }
H1.HeaderClassName
{
color: #372D2F;
}
.AnyTagClassName
{
color: #372D2F;
}
</style>
background-color css
<style>
a { background-color: #372D2F; }
a { background-color: rgb(55,45,47); }
div.DivClassName
{
background-color: #372D2F;
}
.BgClassName
{
background-color: #372D2F;
}
</style>
border-color css
<style>
span { border-color: #372D2F; }
span { border-color: rgb(55,45,47); }
td.TdClassName
{
border-color: #372D2F;
}
.TagClassName
{
border-color: #372D2F;
}
</style>