Shades of Aubergine #362527
Tints of Aubergine #362527
RGB
CMYK
RGB Variations
Color information
#362527 (or 0x362527) is known color: Aubergine. HEX triplet: 36, 25 and 27. RGB value is (54,37,39). Sum of RGB (Red+Green+Blue) = 54+37+39=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #362527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362527 is #C9DAD8. Grayscale: #2A2A2A. Windows color (decimal): -13228761 or 2565430. OLE color: 2565430.
HSL color Cylindrical-coordinate representation of color #362527: hue angle of 352.94º 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 #362527 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 37 | 39 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.79 |
| HSL | 352.94º | 0.19% | 0.18% | - |
| HSV(B) | 352.94º | 0.31% | 0.21% | - |
| XYZ | 2.55 | 2.25 | 2.22 | - |
| YUV | 42.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 39 | 0 | 0.31 | 0.28 | 0.79 | 352.94 | 0.19 | 0.18 |
| Hex | 36 | 25 | 27 | 0 | 1F | 1C | 4F | 161 | 13 | 12 |
| Octal | 66 | 45 | 47 | 0 | 37 | 34 | 117 | 541 | 23 | 22 |
| Binary | 110110 | 100101 | 100111 | 0 | 11111 | 11100 | 1001111 | 101100001 | 10011 | 10010 |
Color Harmonies of #362527
Complementary color
Monochromatic Colors of #362527
Black with #362527
Text Example
Text Example
White with #362527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362527; }
p { color: rgb(54,37,39); }
H1.HeaderClassName
{
color: #362527;
}
.AnyTagClassName
{
color: #362527;
}
</style>
background-color css
<style>
a { background-color: #362527; }
a { background-color: rgb(54,37,39); }
div.DivClassName
{
background-color: #362527;
}
.BgClassName
{
background-color: #362527;
}
</style>
border-color css
<style>
span { border-color: #362527; }
span { border-color: rgb(54,37,39); }
td.TdClassName
{
border-color: #362527;
}
.TagClassName
{
border-color: #362527;
}
</style>