Shades of Aubergine #362328
Tints of Aubergine #362328
RGB
CMYK
RGB Variations
Color information
#362328 (or 0x362328) is known color: Aubergine. HEX triplet: 36, 23 and 28. RGB value is (54,35,40). Sum of RGB (Red+Green+Blue) = 54+35+40=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #362328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362328 is #C9DCD7. Grayscale: #292929. Windows color (decimal): -13229272 or 2630454. OLE color: 2630454.
HSL color Cylindrical-coordinate representation of color #362328: hue angle of 344.21º 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 #362328 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 35 | 40 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.79 |
| HSL | 344.21º | 0.21% | 0.17% | - |
| HSV(B) | 344.21º | 0.35% | 0.21% | - |
| XYZ | 2.51 | 2.14 | 2.29 | - |
| YUV | 41.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 40 | 0 | 0.35 | 0.26 | 0.79 | 344.21 | 0.21 | 0.17 |
| Hex | 36 | 23 | 28 | 0 | 23 | 1A | 4F | 158 | 15 | 11 |
| Octal | 66 | 43 | 50 | 0 | 43 | 32 | 117 | 530 | 25 | 21 |
| Binary | 110110 | 100011 | 101000 | 0 | 100011 | 11010 | 1001111 | 101011000 | 10101 | 10001 |
Color Harmonies of #362328
Complementary color
Monochromatic Colors of #362328
Black with #362328
Text Example
Text Example
White with #362328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362328; }
p { color: rgb(54,35,40); }
H1.HeaderClassName
{
color: #362328;
}
.AnyTagClassName
{
color: #362328;
}
</style>
background-color css
<style>
a { background-color: #362328; }
a { background-color: rgb(54,35,40); }
div.DivClassName
{
background-color: #362328;
}
.BgClassName
{
background-color: #362328;
}
</style>
border-color css
<style>
span { border-color: #362328; }
span { border-color: rgb(54,35,40); }
td.TdClassName
{
border-color: #362328;
}
.TagClassName
{
border-color: #362328;
}
</style>