Shades of Aubergine #362326
Tints of Aubergine #362326
RGB
CMYK
RGB Variations
Color information
#362326 (or 0x362326) is known color: Aubergine. HEX triplet: 36, 23 and 26. RGB value is (54,35,38). Sum of RGB (Red+Green+Blue) = 54+35+38=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #362326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362326 is #C9DCD9. Grayscale: #292929. Windows color (decimal): -13229274 or 2499382. OLE color: 2499382.
HSL color Cylindrical-coordinate representation of color #362326: hue angle of 350.53º 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 #362326 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 35 | 38 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.79 |
| HSL | 350.53º | 0.21% | 0.17% | - |
| HSV(B) | 350.53º | 0.35% | 0.21% | - |
| XYZ | 2.47 | 2.13 | 2.11 | - |
| YUV | 41.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 38 | 0 | 0.35 | 0.30 | 0.79 | 350.53 | 0.21 | 0.17 |
| Hex | 36 | 23 | 26 | 0 | 23 | 1E | 4F | 15F | 15 | 11 |
| Octal | 66 | 43 | 46 | 0 | 43 | 36 | 117 | 537 | 25 | 21 |
| Binary | 110110 | 100011 | 100110 | 0 | 100011 | 11110 | 1001111 | 101011111 | 10101 | 10001 |
Color Harmonies of #362326
Complementary color
Monochromatic Colors of #362326
Black with #362326
Text Example
Text Example
White with #362326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362326; }
p { color: rgb(54,35,38); }
H1.HeaderClassName
{
color: #362326;
}
.AnyTagClassName
{
color: #362326;
}
</style>
background-color css
<style>
a { background-color: #362326; }
a { background-color: rgb(54,35,38); }
div.DivClassName
{
background-color: #362326;
}
.BgClassName
{
background-color: #362326;
}
</style>
border-color css
<style>
span { border-color: #362326; }
span { border-color: rgb(54,35,38); }
td.TdClassName
{
border-color: #362326;
}
.TagClassName
{
border-color: #362326;
}
</style>