Shades of Aubergine #37292C
Tints of Aubergine #37292C
RGB
CMYK
RGB Variations
Color information
#37292C (or 0x37292C) is known color: Aubergine. HEX triplet: 37, 29 and 2C. RGB value is (55,41,44). Sum of RGB (Red+Green+Blue) = 55+41+44=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #37292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37292C is #C8D6D3. Grayscale: #2D2D2D. Windows color (decimal): -13162196 or 2894135. OLE color: 2894135.
HSL color Cylindrical-coordinate representation of color #37292C: hue angle of 347.14º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #37292C is Cyan = 0, Magento = 0.25, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 41 | 44 | - |
| CMYK | 0 | 0.25 | 0.2 | 0.78 |
| HSL | 347.14º | 0.15% | 0.19% | - |
| HSV(B) | 347.14º | 0.25% | 0.22% | - |
| XYZ | 2.82 | 2.58 | 2.73 | - |
| YUV | 45.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 44 | 0 | 0.25 | 0.2 | 0.78 | 347.14 | 0.15 | 0.19 |
| Hex | 37 | 29 | 2C | 0 | 19 | 14 | 4E | 15B | F | 13 |
| Octal | 67 | 51 | 54 | 0 | 31 | 24 | 116 | 533 | 17 | 23 |
| Binary | 110111 | 101001 | 101100 | 0 | 11001 | 10100 | 1001110 | 101011011 | 1111 | 10011 |
Color Harmonies of #37292C
Complementary color
Monochromatic Colors of #37292C
Black with #37292C
Text Example
Text Example
White with #37292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37292C; }
p { color: rgb(55,41,44); }
H1.HeaderClassName
{
color: #37292C;
}
.AnyTagClassName
{
color: #37292C;
}
</style>
background-color css
<style>
a { background-color: #37292C; }
a { background-color: rgb(55,41,44); }
div.DivClassName
{
background-color: #37292C;
}
.BgClassName
{
background-color: #37292C;
}
</style>
border-color css
<style>
span { border-color: #37292C; }
span { border-color: rgb(55,41,44); }
td.TdClassName
{
border-color: #37292C;
}
.TagClassName
{
border-color: #37292C;
}
</style>