Shades of Aubergine #362629
Tints of Aubergine #362629
RGB
CMYK
RGB Variations
Color information
#362629 (or 0x362629) is known color: Aubergine. HEX triplet: 36, 26 and 29. RGB value is (54,38,41). Sum of RGB (Red+Green+Blue) = 54+38+41=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #362629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362629 is #C9D9D6. Grayscale: #2B2B2B. Windows color (decimal): -13228503 or 2696758. OLE color: 2696758.
HSL color Cylindrical-coordinate representation of color #362629: hue angle of 348.75º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #362629 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 38 | 41 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.79 |
| HSL | 348.75º | 0.17% | 0.18% | - |
| HSV(B) | 348.75º | 0.3% | 0.21% | - |
| XYZ | 2.61 | 2.33 | 2.41 | - |
| YUV | 43.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 41 | 0 | 0.30 | 0.24 | 0.79 | 348.75 | 0.17 | 0.18 |
| Hex | 36 | 26 | 29 | 0 | 1E | 18 | 4F | 15D | 11 | 12 |
| Octal | 66 | 46 | 51 | 0 | 36 | 30 | 117 | 535 | 21 | 22 |
| Binary | 110110 | 100110 | 101001 | 0 | 11110 | 11000 | 1001111 | 101011101 | 10001 | 10010 |
Color Harmonies of #362629
Complementary color
Monochromatic Colors of #362629
Black with #362629
Text Example
Text Example
White with #362629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362629; }
p { color: rgb(54,38,41); }
H1.HeaderClassName
{
color: #362629;
}
.AnyTagClassName
{
color: #362629;
}
</style>
background-color css
<style>
a { background-color: #362629; }
a { background-color: rgb(54,38,41); }
div.DivClassName
{
background-color: #362629;
}
.BgClassName
{
background-color: #362629;
}
</style>
border-color css
<style>
span { border-color: #362629; }
span { border-color: rgb(54,38,41); }
td.TdClassName
{
border-color: #362629;
}
.TagClassName
{
border-color: #362629;
}
</style>