Shades of Aubergine #37252A
Tints of Aubergine #37252A
RGB
CMYK
RGB Variations
Color information
#37252A (or 0x37252A) is known color: Aubergine. HEX triplet: 37, 25 and 2A. RGB value is (55,37,42). Sum of RGB (Red+Green+Blue) = 55+37+42=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #37252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37252A is #C8DAD5. Grayscale: #2A2A2A. Windows color (decimal): -13163222 or 2762039. OLE color: 2762039.
HSL color Cylindrical-coordinate representation of color #37252A: hue angle of 343.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #37252A is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 37 | 42 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.78 |
| HSL | 343.33º | 0.2% | 0.18% | - |
| HSV(B) | 343.33º | 0.33% | 0.22% | - |
| XYZ | 2.66 | 2.3 | 2.49 | - |
| YUV | 42.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 42 | 0 | 0.33 | 0.24 | 0.78 | 343.33 | 0.2 | 0.18 |
| Hex | 37 | 25 | 2A | 0 | 21 | 18 | 4E | 157 | 14 | 12 |
| Octal | 67 | 45 | 52 | 0 | 41 | 30 | 116 | 527 | 24 | 22 |
| Binary | 110111 | 100101 | 101010 | 0 | 100001 | 11000 | 1001110 | 101010111 | 10100 | 10010 |
Color Harmonies of #37252A
Complementary color
Monochromatic Colors of #37252A
Black with #37252A
Text Example
Text Example
White with #37252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37252A; }
p { color: rgb(55,37,42); }
H1.HeaderClassName
{
color: #37252A;
}
.AnyTagClassName
{
color: #37252A;
}
</style>
background-color css
<style>
a { background-color: #37252A; }
a { background-color: rgb(55,37,42); }
div.DivClassName
{
background-color: #37252A;
}
.BgClassName
{
background-color: #37252A;
}
</style>
border-color css
<style>
span { border-color: #37252A; }
span { border-color: rgb(55,37,42); }
td.TdClassName
{
border-color: #37252A;
}
.TagClassName
{
border-color: #37252A;
}
</style>