Shades of Aubergine #332127
Tints of Aubergine #332127
RGB
CMYK
RGB Variations
Color information
#332127 (or 0x332127) is known color: Aubergine. HEX triplet: 33, 21 and 27. RGB value is (51,33,39). Sum of RGB (Red+Green+Blue) = 51+33+39=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #332127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332127 is #CCDED8. Grayscale: #272727. Windows color (decimal): -13426393 or 2564403. OLE color: 2564403.
HSL color Cylindrical-coordinate representation of color #332127: hue angle of 340º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332127 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 33 | 39 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.8 |
| HSL | 340º | 0.21% | 0.16% | - |
| HSV(B) | 340º | 0.35% | 0.2% | - |
| XYZ | 2.28 | 1.94 | 2.17 | - |
| YUV | 39.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 39 | 0 | 0.35 | 0.24 | 0.8 | 340 | 0.21 | 0.16 |
| Hex | 33 | 21 | 27 | 0 | 23 | 18 | 50 | 154 | 15 | 10 |
| Octal | 63 | 41 | 47 | 0 | 43 | 30 | 120 | 524 | 25 | 20 |
| Binary | 110011 | 100001 | 100111 | 0 | 100011 | 11000 | 1010000 | 101010100 | 10101 | 10000 |
Color Harmonies of #332127
Complementary color
Monochromatic Colors of #332127
Black with #332127
Text Example
Text Example
White with #332127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332127; }
p { color: rgb(51,33,39); }
H1.HeaderClassName
{
color: #332127;
}
.AnyTagClassName
{
color: #332127;
}
</style>
background-color css
<style>
a { background-color: #332127; }
a { background-color: rgb(51,33,39); }
div.DivClassName
{
background-color: #332127;
}
.BgClassName
{
background-color: #332127;
}
</style>
border-color css
<style>
span { border-color: #332127; }
span { border-color: rgb(51,33,39); }
td.TdClassName
{
border-color: #332127;
}
.TagClassName
{
border-color: #332127;
}
</style>