Shades of Aubergine #33292B
Tints of Aubergine #33292B
RGB
CMYK
RGB Variations
Color information
#33292B (or 0x33292B) is known color: Aubergine. HEX triplet: 33, 29 and 2B. RGB value is (51,41,43). Sum of RGB (Red+Green+Blue) = 51+41+43=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 51 - color contains mainly: red. Hex color #33292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33292B is #CCD6D4. Grayscale: #2C2C2C. Windows color (decimal): -13424341 or 2828595. OLE color: 2828595.
HSL color Cylindrical-coordinate representation of color #33292B: hue angle of 348º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #33292B is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 41 | 43 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.8 |
| HSL | 348º | 0.11% | 0.18% | - |
| HSV(B) | 348º | 0.2% | 0.2% | - |
| XYZ | 2.59 | 2.46 | 2.62 | - |
| YUV | 44.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 43 | 0 | 0.20 | 0.16 | 0.8 | 348 | 0.11 | 0.18 |
| Hex | 33 | 29 | 2B | 0 | 14 | 10 | 50 | 15C | B | 12 |
| Octal | 63 | 51 | 53 | 0 | 24 | 20 | 120 | 534 | 13 | 22 |
| Binary | 110011 | 101001 | 101011 | 0 | 10100 | 10000 | 1010000 | 101011100 | 1011 | 10010 |
Color Harmonies of #33292B
Complementary color
Monochromatic Colors of #33292B
Black with #33292B
Text Example
Text Example
White with #33292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33292B; }
p { color: rgb(51,41,43); }
H1.HeaderClassName
{
color: #33292B;
}
.AnyTagClassName
{
color: #33292B;
}
</style>
background-color css
<style>
a { background-color: #33292B; }
a { background-color: rgb(51,41,43); }
div.DivClassName
{
background-color: #33292B;
}
.BgClassName
{
background-color: #33292B;
}
</style>
border-color css
<style>
span { border-color: #33292B; }
span { border-color: rgb(51,41,43); }
td.TdClassName
{
border-color: #33292B;
}
.TagClassName
{
border-color: #33292B;
}
</style>