Shades of Aubergine #37262B
Tints of Aubergine #37262B
RGB
CMYK
RGB Variations
Color information
#37262B (or 0x37262B) is known color: Aubergine. HEX triplet: 37, 26 and 2B. RGB value is (55,38,43). Sum of RGB (Red+Green+Blue) = 55+38+43=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #37262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37262B is #C8D9D4. Grayscale: #2B2B2B. Windows color (decimal): -13162965 or 2827831. OLE color: 2827831.
HSL color Cylindrical-coordinate representation of color #37262B: hue angle of 342.35º 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 #37262B is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 38 | 43 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.78 |
| HSL | 342.35º | 0.18% | 0.18% | - |
| HSV(B) | 342.35º | 0.31% | 0.22% | - |
| XYZ | 2.7 | 2.37 | 2.6 | - |
| YUV | 43.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 43 | 0 | 0.31 | 0.22 | 0.78 | 342.35 | 0.18 | 0.18 |
| Hex | 37 | 26 | 2B | 0 | 1F | 16 | 4E | 156 | 12 | 12 |
| Octal | 67 | 46 | 53 | 0 | 37 | 26 | 116 | 526 | 22 | 22 |
| Binary | 110111 | 100110 | 101011 | 0 | 11111 | 10110 | 1001110 | 101010110 | 10010 | 10010 |
Color Harmonies of #37262B
Complementary color
Monochromatic Colors of #37262B
Black with #37262B
Text Example
Text Example
White with #37262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37262B; }
p { color: rgb(55,38,43); }
H1.HeaderClassName
{
color: #37262B;
}
.AnyTagClassName
{
color: #37262B;
}
</style>
background-color css
<style>
a { background-color: #37262B; }
a { background-color: rgb(55,38,43); }
div.DivClassName
{
background-color: #37262B;
}
.BgClassName
{
background-color: #37262B;
}
</style>
border-color css
<style>
span { border-color: #37262B; }
span { border-color: rgb(55,38,43); }
td.TdClassName
{
border-color: #37262B;
}
.TagClassName
{
border-color: #37262B;
}
</style>