Shades of Aubergine #372629
Tints of Aubergine #372629
RGB
CMYK
RGB Variations
Color information
#372629 (or 0x372629) is known color: Aubergine. HEX triplet: 37, 26 and 29. RGB value is (55,38,41). Sum of RGB (Red+Green+Blue) = 55+38+41=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #372629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372629 is #C8D9D6. Grayscale: #2B2B2B. Windows color (decimal): -13162967 or 2696759. OLE color: 2696759.
HSL color Cylindrical-coordinate representation of color #372629: hue angle of 349.41º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #372629 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 38 | 41 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.78 |
| HSL | 349.41º | 0.18% | 0.18% | - |
| HSV(B) | 349.41º | 0.31% | 0.22% | - |
| XYZ | 2.67 | 2.36 | 2.41 | - |
| YUV | 43.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 41 | 0 | 0.31 | 0.25 | 0.78 | 349.41 | 0.18 | 0.18 |
| Hex | 37 | 26 | 29 | 0 | 1F | 19 | 4E | 15D | 12 | 12 |
| Octal | 67 | 46 | 51 | 0 | 37 | 31 | 116 | 535 | 22 | 22 |
| Binary | 110111 | 100110 | 101001 | 0 | 11111 | 11001 | 1001110 | 101011101 | 10010 | 10010 |
Color Harmonies of #372629
Complementary color
Monochromatic Colors of #372629
Black with #372629
Text Example
Text Example
White with #372629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372629; }
p { color: rgb(55,38,41); }
H1.HeaderClassName
{
color: #372629;
}
.AnyTagClassName
{
color: #372629;
}
</style>
background-color css
<style>
a { background-color: #372629; }
a { background-color: rgb(55,38,41); }
div.DivClassName
{
background-color: #372629;
}
.BgClassName
{
background-color: #372629;
}
</style>
border-color css
<style>
span { border-color: #372629; }
span { border-color: rgb(55,38,41); }
td.TdClassName
{
border-color: #372629;
}
.TagClassName
{
border-color: #372629;
}
</style>