Shades of Aubergine #362529
Tints of Aubergine #362529
RGB
CMYK
RGB Variations
Color information
#362529 (or 0x362529) is known color: Aubergine. HEX triplet: 36, 25 and 29. RGB value is (54,37,41). Sum of RGB (Red+Green+Blue) = 54+37+41=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #362529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362529 is #C9DAD6. Grayscale: #2A2A2A. Windows color (decimal): -13228759 or 2696502. OLE color: 2696502.
HSL color Cylindrical-coordinate representation of color #362529: hue angle of 345.88º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #362529 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 37 | 41 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.79 |
| HSL | 345.88º | 0.19% | 0.18% | - |
| HSV(B) | 345.88º | 0.31% | 0.21% | - |
| XYZ | 2.58 | 2.27 | 2.4 | - |
| YUV | 42.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 41 | 0 | 0.31 | 0.24 | 0.79 | 345.88 | 0.19 | 0.18 |
| Hex | 36 | 25 | 29 | 0 | 1F | 18 | 4F | 15A | 13 | 12 |
| Octal | 66 | 45 | 51 | 0 | 37 | 30 | 117 | 532 | 23 | 22 |
| Binary | 110110 | 100101 | 101001 | 0 | 11111 | 11000 | 1001111 | 101011010 | 10011 | 10010 |
Color Harmonies of #362529
Complementary color
Monochromatic Colors of #362529
Black with #362529
Text Example
Text Example
White with #362529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362529; }
p { color: rgb(54,37,41); }
H1.HeaderClassName
{
color: #362529;
}
.AnyTagClassName
{
color: #362529;
}
</style>
background-color css
<style>
a { background-color: #362529; }
a { background-color: rgb(54,37,41); }
div.DivClassName
{
background-color: #362529;
}
.BgClassName
{
background-color: #362529;
}
</style>
border-color css
<style>
span { border-color: #362529; }
span { border-color: rgb(54,37,41); }
td.TdClassName
{
border-color: #362529;
}
.TagClassName
{
border-color: #362529;
}
</style>