Shades of Aubergine #372C2F
Tints of Aubergine #372C2F
RGB
CMYK
RGB Variations
Color information
#372C2F (or 0x372C2F) is known color: Aubergine. HEX triplet: 37, 2C and 2F. RGB value is (55,44,47). Sum of RGB (Red+Green+Blue) = 55+44+47=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 55 - color contains mainly: red. Hex color #372C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C2F is #C8D3D0. Grayscale: #2F2F2F. Windows color (decimal): -13161425 or 3091511. OLE color: 3091511.
HSL color Cylindrical-coordinate representation of color #372C2F: hue angle of 343.64º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #372C2F is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 44 | 47 | - |
| CMYK | 0 | 0.2 | 0.15 | 0.78 |
| HSL | 343.64º | 0.11% | 0.19% | - |
| HSV(B) | 343.64º | 0.2% | 0.22% | - |
| XYZ | 2.99 | 2.82 | 3.08 | - |
| YUV | 47.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 47 | 0 | 0.2 | 0.15 | 0.78 | 343.64 | 0.11 | 0.19 |
| Hex | 37 | 2C | 2F | 0 | 14 | F | 4E | 158 | B | 13 |
| Octal | 67 | 54 | 57 | 0 | 24 | 17 | 116 | 530 | 13 | 23 |
| Binary | 110111 | 101100 | 101111 | 0 | 10100 | 1111 | 1001110 | 101011000 | 1011 | 10011 |
Color Harmonies of #372C2F
Complementary color
Monochromatic Colors of #372C2F
Black with #372C2F
Text Example
Text Example
White with #372C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C2F; }
p { color: rgb(55,44,47); }
H1.HeaderClassName
{
color: #372C2F;
}
.AnyTagClassName
{
color: #372C2F;
}
</style>
background-color css
<style>
a { background-color: #372C2F; }
a { background-color: rgb(55,44,47); }
div.DivClassName
{
background-color: #372C2F;
}
.BgClassName
{
background-color: #372C2F;
}
</style>
border-color css
<style>
span { border-color: #372C2F; }
span { border-color: rgb(55,44,47); }
td.TdClassName
{
border-color: #372C2F;
}
.TagClassName
{
border-color: #372C2F;
}
</style>