Shades of Aubergine #33262A
Tints of Aubergine #33262A
RGB
CMYK
RGB Variations
Color information
#33262A (or 0x33262A) is known color: Aubergine. HEX triplet: 33, 26 and 2A. RGB value is (51,38,42). Sum of RGB (Red+Green+Blue) = 51+38+42=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 51 - color contains mainly: red. Hex color #33262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33262A is #CCD9D5. Grayscale: #2A2A2A. Windows color (decimal): -13425110 or 2762291. OLE color: 2762291.
HSL color Cylindrical-coordinate representation of color #33262A: hue angle of 341.54º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #33262A is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 38 | 42 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.8 |
| HSL | 341.54º | 0.15% | 0.17% | - |
| HSV(B) | 341.54º | 0.25% | 0.2% | - |
| XYZ | 2.48 | 2.26 | 2.5 | - |
| YUV | 42.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 42 | 0 | 0.25 | 0.18 | 0.8 | 341.54 | 0.15 | 0.17 |
| Hex | 33 | 26 | 2A | 0 | 19 | 12 | 50 | 156 | F | 11 |
| Octal | 63 | 46 | 52 | 0 | 31 | 22 | 120 | 526 | 17 | 21 |
| Binary | 110011 | 100110 | 101010 | 0 | 11001 | 10010 | 1010000 | 101010110 | 1111 | 10001 |
Color Harmonies of #33262A
Complementary color
Monochromatic Colors of #33262A
Black with #33262A
Text Example
Text Example
White with #33262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33262A; }
p { color: rgb(51,38,42); }
H1.HeaderClassName
{
color: #33262A;
}
.AnyTagClassName
{
color: #33262A;
}
</style>
background-color css
<style>
a { background-color: #33262A; }
a { background-color: rgb(51,38,42); }
div.DivClassName
{
background-color: #33262A;
}
.BgClassName
{
background-color: #33262A;
}
</style>
border-color css
<style>
span { border-color: #33262A; }
span { border-color: rgb(51,38,42); }
td.TdClassName
{
border-color: #33262A;
}
.TagClassName
{
border-color: #33262A;
}
</style>