Shades of Aubergine #362324
Tints of Aubergine #362324
RGB
CMYK
RGB Variations
Color information
#362324 (or 0x362324) is known color: Aubergine. HEX triplet: 36, 23 and 24. RGB value is (54,35,36). Sum of RGB (Red+Green+Blue) = 54+35+36=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #362324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362324 is #C9DCDB. Grayscale: #282828. Windows color (decimal): -13229276 or 2368310. OLE color: 2368310.
HSL color Cylindrical-coordinate representation of color #362324: hue angle of 356.84º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #362324 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 35 | 36 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.79 |
| HSL | 356.84º | 0.21% | 0.17% | - |
| HSV(B) | 356.84º | 0.35% | 0.21% | - |
| XYZ | 2.44 | 2.11 | 1.95 | - |
| YUV | 40.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 36 | 0 | 0.35 | 0.33 | 0.79 | 356.84 | 0.21 | 0.17 |
| Hex | 36 | 23 | 24 | 0 | 23 | 21 | 4F | 165 | 15 | 11 |
| Octal | 66 | 43 | 44 | 0 | 43 | 41 | 117 | 545 | 25 | 21 |
| Binary | 110110 | 100011 | 100100 | 0 | 100011 | 100001 | 1001111 | 101100101 | 10101 | 10001 |
Color Harmonies of #362324
Complementary color
Monochromatic Colors of #362324
Black with #362324
Text Example
Text Example
White with #362324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362324; }
p { color: rgb(54,35,36); }
H1.HeaderClassName
{
color: #362324;
}
.AnyTagClassName
{
color: #362324;
}
</style>
background-color css
<style>
a { background-color: #362324; }
a { background-color: rgb(54,35,36); }
div.DivClassName
{
background-color: #362324;
}
.BgClassName
{
background-color: #362324;
}
</style>
border-color css
<style>
span { border-color: #362324; }
span { border-color: rgb(54,35,36); }
td.TdClassName
{
border-color: #362324;
}
.TagClassName
{
border-color: #362324;
}
</style>