Shades of Aubergine #33292C
Tints of Aubergine #33292C
RGB
CMYK
RGB Variations
Color information
#33292C (or 0x33292C) is known color: Aubergine. HEX triplet: 33, 29 and 2C. RGB value is (51,41,44). Sum of RGB (Red+Green+Blue) = 51+41+44=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 51 - color contains mainly: red. Hex color #33292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33292C is #CCD6D3. Grayscale: #2C2C2C. Windows color (decimal): -13424340 or 2894131. OLE color: 2894131.
HSL color Cylindrical-coordinate representation of color #33292C: hue angle of 342º 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 #33292C is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 41 | 44 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.8 |
| HSL | 342º | 0.11% | 0.18% | - |
| HSV(B) | 342º | 0.2% | 0.2% | - |
| XYZ | 2.61 | 2.47 | 2.72 | - |
| YUV | 44.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 44 | 0 | 0.20 | 0.14 | 0.8 | 342 | 0.11 | 0.18 |
| Hex | 33 | 29 | 2C | 0 | 14 | E | 50 | 156 | B | 12 |
| Octal | 63 | 51 | 54 | 0 | 24 | 16 | 120 | 526 | 13 | 22 |
| Binary | 110011 | 101001 | 101100 | 0 | 10100 | 1110 | 1010000 | 101010110 | 1011 | 10010 |
Color Harmonies of #33292C
Complementary color
Monochromatic Colors of #33292C
Black with #33292C
Text Example
Text Example
White with #33292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33292C; }
p { color: rgb(51,41,44); }
H1.HeaderClassName
{
color: #33292C;
}
.AnyTagClassName
{
color: #33292C;
}
</style>
background-color css
<style>
a { background-color: #33292C; }
a { background-color: rgb(51,41,44); }
div.DivClassName
{
background-color: #33292C;
}
.BgClassName
{
background-color: #33292C;
}
</style>
border-color css
<style>
span { border-color: #33292C; }
span { border-color: rgb(51,41,44); }
td.TdClassName
{
border-color: #33292C;
}
.TagClassName
{
border-color: #33292C;
}
</style>