Shades of Aubergine #37262A
Tints of Aubergine #37262A
RGB
CMYK
RGB Variations
Color information
#37262A (or 0x37262A) is known color: Aubergine. HEX triplet: 37, 26 and 2A. RGB value is (55,38,42). Sum of RGB (Red+Green+Blue) = 55+38+42=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #37262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37262A is #C8D9D5. Grayscale: #2B2B2B. Windows color (decimal): -13162966 or 2762295. OLE color: 2762295.
HSL color Cylindrical-coordinate representation of color #37262A: hue angle of 345.88º 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 #37262A is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 38 | 42 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.78 |
| HSL | 345.88º | 0.18% | 0.18% | - |
| HSV(B) | 345.88º | 0.31% | 0.22% | - |
| XYZ | 2.69 | 2.37 | 2.51 | - |
| YUV | 43.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 42 | 0 | 0.31 | 0.24 | 0.78 | 345.88 | 0.18 | 0.18 |
| Hex | 37 | 26 | 2A | 0 | 1F | 18 | 4E | 15A | 12 | 12 |
| Octal | 67 | 46 | 52 | 0 | 37 | 30 | 116 | 532 | 22 | 22 |
| Binary | 110111 | 100110 | 101010 | 0 | 11111 | 11000 | 1001110 | 101011010 | 10010 | 10010 |
Color Harmonies of #37262A
Complementary color
Monochromatic Colors of #37262A
Black with #37262A
Text Example
Text Example
White with #37262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37262A; }
p { color: rgb(55,38,42); }
H1.HeaderClassName
{
color: #37262A;
}
.AnyTagClassName
{
color: #37262A;
}
</style>
background-color css
<style>
a { background-color: #37262A; }
a { background-color: rgb(55,38,42); }
div.DivClassName
{
background-color: #37262A;
}
.BgClassName
{
background-color: #37262A;
}
</style>
border-color css
<style>
span { border-color: #37262A; }
span { border-color: rgb(55,38,42); }
td.TdClassName
{
border-color: #37262A;
}
.TagClassName
{
border-color: #37262A;
}
</style>