Shades of Aubergine #32282A
Tints of Aubergine #32282A
RGB
CMYK
RGB Variations
Color information
#32282A (or 0x32282A) is known color: Aubergine. HEX triplet: 32, 28 and 2A. RGB value is (50,40,42). Sum of RGB (Red+Green+Blue) = 50+40+42=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 50 - color contains mainly: red. Hex color #32282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32282A is #CDD7D5. Grayscale: #2B2B2B. Windows color (decimal): -13490134 or 2762802. OLE color: 2762802.
HSL color Cylindrical-coordinate representation of color #32282A: 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 #32282A is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 40 | 42 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.80 |
| HSL | 348º | 0.11% | 0.18% | - |
| HSV(B) | 348º | 0.2% | 0.2% | - |
| XYZ | 2.49 | 2.36 | 2.52 | - |
| YUV | 43.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 42 | 0 | 0.20 | 0.16 | 0.80 | 348 | 0.11 | 0.18 |
| Hex | 32 | 28 | 2A | 0 | 14 | 10 | 50 | 15C | B | 12 |
| Octal | 62 | 50 | 52 | 0 | 24 | 20 | 120 | 534 | 13 | 22 |
| Binary | 110010 | 101000 | 101010 | 0 | 10100 | 10000 | 1010000 | 101011100 | 1011 | 10010 |
Color Harmonies of #32282A
Complementary color
Monochromatic Colors of #32282A
Black with #32282A
Text Example
Text Example
White with #32282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32282A; }
p { color: rgb(50,40,42); }
H1.HeaderClassName
{
color: #32282A;
}
.AnyTagClassName
{
color: #32282A;
}
</style>
background-color css
<style>
a { background-color: #32282A; }
a { background-color: rgb(50,40,42); }
div.DivClassName
{
background-color: #32282A;
}
.BgClassName
{
background-color: #32282A;
}
</style>
border-color css
<style>
span { border-color: #32282A; }
span { border-color: rgb(50,40,42); }
td.TdClassName
{
border-color: #32282A;
}
.TagClassName
{
border-color: #32282A;
}
</style>