Shades of Aubergine #332328
Tints of Aubergine #332328
RGB
CMYK
RGB Variations
Color information
#332328 (or 0x332328) is known color: Aubergine. HEX triplet: 33, 23 and 28. RGB value is (51,35,40). Sum of RGB (Red+Green+Blue) = 51+35+40=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #332328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332328 is #CCDCD7. Grayscale: #282828. Windows color (decimal): -13425880 or 2630451. OLE color: 2630451.
HSL color Cylindrical-coordinate representation of color #332328: hue angle of 341.25º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #332328 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 35 | 40 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.8 |
| HSL | 341.25º | 0.19% | 0.17% | - |
| HSV(B) | 341.25º | 0.31% | 0.2% | - |
| XYZ | 2.35 | 2.06 | 2.28 | - |
| YUV | 40.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 40 | 0 | 0.31 | 0.22 | 0.8 | 341.25 | 0.19 | 0.17 |
| Hex | 33 | 23 | 28 | 0 | 1F | 16 | 50 | 155 | 13 | 11 |
| Octal | 63 | 43 | 50 | 0 | 37 | 26 | 120 | 525 | 23 | 21 |
| Binary | 110011 | 100011 | 101000 | 0 | 11111 | 10110 | 1010000 | 101010101 | 10011 | 10001 |
Color Harmonies of #332328
Complementary color
Monochromatic Colors of #332328
Black with #332328
Text Example
Text Example
White with #332328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332328; }
p { color: rgb(51,35,40); }
H1.HeaderClassName
{
color: #332328;
}
.AnyTagClassName
{
color: #332328;
}
</style>
background-color css
<style>
a { background-color: #332328; }
a { background-color: rgb(51,35,40); }
div.DivClassName
{
background-color: #332328;
}
.BgClassName
{
background-color: #332328;
}
</style>
border-color css
<style>
span { border-color: #332328; }
span { border-color: rgb(51,35,40); }
td.TdClassName
{
border-color: #332328;
}
.TagClassName
{
border-color: #332328;
}
</style>