Shades of Aubergine #33282B
Tints of Aubergine #33282B
RGB
CMYK
RGB Variations
Color information
#33282B (or 0x33282B) is known color: Aubergine. HEX triplet: 33, 28 and 2B. RGB value is (51,40,43). Sum of RGB (Red+Green+Blue) = 51+40+43=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 51 - color contains mainly: red. Hex color #33282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33282B is #CCD7D4. Grayscale: #2B2B2B. Windows color (decimal): -13424597 or 2828339. OLE color: 2828339.
HSL color Cylindrical-coordinate representation of color #33282B: hue angle of 343.64º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #33282B is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 40 | 43 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.8 |
| HSL | 343.64º | 0.12% | 0.18% | - |
| HSV(B) | 343.64º | 0.22% | 0.2% | - |
| XYZ | 2.56 | 2.4 | 2.61 | - |
| YUV | 43.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 43 | 0 | 0.22 | 0.16 | 0.8 | 343.64 | 0.12 | 0.18 |
| Hex | 33 | 28 | 2B | 0 | 16 | 10 | 50 | 158 | C | 12 |
| Octal | 63 | 50 | 53 | 0 | 26 | 20 | 120 | 530 | 14 | 22 |
| Binary | 110011 | 101000 | 101011 | 0 | 10110 | 10000 | 1010000 | 101011000 | 1100 | 10010 |
Color Harmonies of #33282B
Complementary color
Monochromatic Colors of #33282B
Black with #33282B
Text Example
Text Example
White with #33282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33282B; }
p { color: rgb(51,40,43); }
H1.HeaderClassName
{
color: #33282B;
}
.AnyTagClassName
{
color: #33282B;
}
</style>
background-color css
<style>
a { background-color: #33282B; }
a { background-color: rgb(51,40,43); }
div.DivClassName
{
background-color: #33282B;
}
.BgClassName
{
background-color: #33282B;
}
</style>
border-color css
<style>
span { border-color: #33282B; }
span { border-color: rgb(51,40,43); }
td.TdClassName
{
border-color: #33282B;
}
.TagClassName
{
border-color: #33282B;
}
</style>