Shades of Aubergine #332A2B
Tints of Aubergine #332A2B
RGB
CMYK
RGB Variations
Color information
#332A2B (or 0x332A2B) is known color: Aubergine. HEX triplet: 33, 2A and 2B. RGB value is (51,42,43). Sum of RGB (Red+Green+Blue) = 51+42+43=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 51 - color contains mainly: red. Hex color #332A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A2B is #CCD5D4. Grayscale: #2C2C2C. Windows color (decimal): -13424085 or 2828851. OLE color: 2828851.
HSL color Cylindrical-coordinate representation of color #332A2B: hue angle of 353.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #332A2B is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
RGB | 51 | 42 | 43 | - |
CMYK | 0 | 0.18 | 0.16 | 0.8 |
HSL | 353.33º | 0.1% | 0.18% | - |
HSV(B) | 353.33º | 0.18% | 0.2% | - |
XYZ | 2.63 | 2.53 | 2.64 | - |
YUV | 44.81 | 126.98 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 42 | 43 | 0 | 0.18 | 0.16 | 0.8 | 353.33 | 0.1 | 0.18 |
Hex | 33 | 2A | 2B | 0 | 12 | 10 | 50 | 161 | A | 12 |
Octal | 63 | 52 | 53 | 0 | 22 | 20 | 120 | 541 | 12 | 22 |
Binary | 110011 | 101010 | 101011 | 0 | 10010 | 10000 | 1010000 | 101100001 | 1010 | 10010 |
Color Harmonies of #332A2B
Complementary color
Monochromatic Colors of #332A2B
Black with #332A2B
Text Example
Text Example
White with #332A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A2B; }
p { color: rgb(51,42,43); }
H1.HeaderClassName
{
color: #332A2B;
}
.AnyTagClassName
{
color: #332A2B;
}
</style>
background-color css
<style>
a { background-color: #332A2B; }
a { background-color: rgb(51,42,43); }
div.DivClassName
{
background-color: #332A2B;
}
.BgClassName
{
background-color: #332A2B;
}
</style>
border-color css
<style>
span { border-color: #332A2B; }
span { border-color: rgb(51,42,43); }
td.TdClassName
{
border-color: #332A2B;
}
.TagClassName
{
border-color: #332A2B;
}
</style>