Shades of Aubergine #37282B
Tints of Aubergine #37282B
RGB
CMYK
RGB Variations
Color information
#37282B (or 0x37282B) is known color: Aubergine. HEX triplet: 37, 28 and 2B. RGB value is (55,40,43). Sum of RGB (Red+Green+Blue) = 55+40+43=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #37282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37282B is #C8D7D4. Grayscale: #2C2C2C. Windows color (decimal): -13162453 or 2828343. OLE color: 2828343.
HSL color Cylindrical-coordinate representation of color #37282B: hue angle of 348º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #37282B is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 40 | 43 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.78 |
| HSL | 348º | 0.16% | 0.19% | - |
| HSV(B) | 348º | 0.27% | 0.22% | - |
| XYZ | 2.77 | 2.5 | 2.62 | - |
| YUV | 44.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 43 | 0 | 0.27 | 0.22 | 0.78 | 348 | 0.16 | 0.19 |
| Hex | 37 | 28 | 2B | 0 | 1B | 16 | 4E | 15C | 10 | 13 |
| Octal | 67 | 50 | 53 | 0 | 33 | 26 | 116 | 534 | 20 | 23 |
| Binary | 110111 | 101000 | 101011 | 0 | 11011 | 10110 | 1001110 | 101011100 | 10000 | 10011 |
Color Harmonies of #37282B
Complementary color
Monochromatic Colors of #37282B
Black with #37282B
Text Example
Text Example
White with #37282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37282B; }
p { color: rgb(55,40,43); }
H1.HeaderClassName
{
color: #37282B;
}
.AnyTagClassName
{
color: #37282B;
}
</style>
background-color css
<style>
a { background-color: #37282B; }
a { background-color: rgb(55,40,43); }
div.DivClassName
{
background-color: #37282B;
}
.BgClassName
{
background-color: #37282B;
}
</style>
border-color css
<style>
span { border-color: #37282B; }
span { border-color: rgb(55,40,43); }
td.TdClassName
{
border-color: #37282B;
}
.TagClassName
{
border-color: #37282B;
}
</style>