Shades of Aubergine #362A2C
Tints of Aubergine #362A2C
RGB
CMYK
RGB Variations
Color information
#362A2C (or 0x362A2C) is known color: Aubergine. HEX triplet: 36, 2A and 2C. RGB value is (54,42,44). Sum of RGB (Red+Green+Blue) = 54+42+44=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 54 - color contains mainly: red. Hex color #362A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A2C is #C9D5D3. Grayscale: #2D2D2D. Windows color (decimal): -13227476 or 2894390. OLE color: 2894390.
HSL color Cylindrical-coordinate representation of color #362A2C: hue angle of 350º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #362A2C is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 44 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.79 |
| HSL | 350º | 0.13% | 0.19% | - |
| HSV(B) | 350º | 0.22% | 0.21% | - |
| XYZ | 2.8 | 2.62 | 2.74 | - |
| YUV | 45.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 44 | 0 | 0.22 | 0.19 | 0.79 | 350 | 0.13 | 0.19 |
| Hex | 36 | 2A | 2C | 0 | 16 | 13 | 4F | 15E | C | 13 |
| Octal | 66 | 52 | 54 | 0 | 26 | 23 | 117 | 536 | 14 | 23 |
| Binary | 110110 | 101010 | 101100 | 0 | 10110 | 10011 | 1001111 | 101011110 | 1100 | 10011 |
Color Harmonies of #362A2C
Complementary color
Monochromatic Colors of #362A2C
Black with #362A2C
Text Example
Text Example
White with #362A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A2C; }
p { color: rgb(54,42,44); }
H1.HeaderClassName
{
color: #362A2C;
}
.AnyTagClassName
{
color: #362A2C;
}
</style>
background-color css
<style>
a { background-color: #362A2C; }
a { background-color: rgb(54,42,44); }
div.DivClassName
{
background-color: #362A2C;
}
.BgClassName
{
background-color: #362A2C;
}
</style>
border-color css
<style>
span { border-color: #362A2C; }
span { border-color: rgb(54,42,44); }
td.TdClassName
{
border-color: #362A2C;
}
.TagClassName
{
border-color: #362A2C;
}
</style>