Shades of Aubergine #31292B
Tints of Aubergine #31292B
RGB
CMYK
RGB Variations
Color information
#31292B (or 0x31292B) is known color: Aubergine. HEX triplet: 31, 29 and 2B. RGB value is (49,41,43). Sum of RGB (Red+Green+Blue) = 49+41+43=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 49 - color contains mainly: red. Hex color #31292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31292B is #CED6D4. Grayscale: #2B2B2B. Windows color (decimal): -13555413 or 2828593. OLE color: 2828593.
HSL color Cylindrical-coordinate representation of color #31292B: hue angle of 345º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #31292B is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 41 | 43 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.81 |
| HSL | 345º | 0.09% | 0.18% | - |
| HSV(B) | 345º | 0.16% | 0.19% | - |
| XYZ | 2.5 | 2.41 | 2.62 | - |
| YUV | 43.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 43 | 0 | 0.16 | 0.12 | 0.81 | 345 | 0.09 | 0.18 |
| Hex | 31 | 29 | 2B | 0 | 10 | C | 51 | 159 | 9 | 12 |
| Octal | 61 | 51 | 53 | 0 | 20 | 14 | 121 | 531 | 11 | 22 |
| Binary | 110001 | 101001 | 101011 | 0 | 10000 | 1100 | 1010001 | 101011001 | 1001 | 10010 |
Color Harmonies of #31292B
Complementary color
Monochromatic Colors of #31292B
Black with #31292B
Text Example
Text Example
White with #31292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31292B; }
p { color: rgb(49,41,43); }
H1.HeaderClassName
{
color: #31292B;
}
.AnyTagClassName
{
color: #31292B;
}
</style>
background-color css
<style>
a { background-color: #31292B; }
a { background-color: rgb(49,41,43); }
div.DivClassName
{
background-color: #31292B;
}
.BgClassName
{
background-color: #31292B;
}
</style>
border-color css
<style>
span { border-color: #31292B; }
span { border-color: rgb(49,41,43); }
td.TdClassName
{
border-color: #31292B;
}
.TagClassName
{
border-color: #31292B;
}
</style>