Shades of Aubergine #362B2D
Tints of Aubergine #362B2D
RGB
CMYK
RGB Variations
Color information
#362B2D (or 0x362B2D) is known color: Aubergine. HEX triplet: 36, 2B and 2D. RGB value is (54,43,45). Sum of RGB (Red+Green+Blue) = 54+43+45=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 54 - color contains mainly: red. Hex color #362B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B2D is #C9D4D2. Grayscale: #2E2E2E. Windows color (decimal): -13227219 or 2960182. OLE color: 2960182.
HSL color Cylindrical-coordinate representation of color #362B2D: hue angle of 349.09º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #362B2D is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 45 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.79 |
| HSL | 349.09º | 0.11% | 0.19% | - |
| HSV(B) | 349.09º | 0.2% | 0.21% | - |
| XYZ | 2.86 | 2.7 | 2.85 | - |
| YUV | 46.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 45 | 0 | 0.20 | 0.17 | 0.79 | 349.09 | 0.11 | 0.19 |
| Hex | 36 | 2B | 2D | 0 | 14 | 11 | 4F | 15D | B | 13 |
| Octal | 66 | 53 | 55 | 0 | 24 | 21 | 117 | 535 | 13 | 23 |
| Binary | 110110 | 101011 | 101101 | 0 | 10100 | 10001 | 1001111 | 101011101 | 1011 | 10011 |
Color Harmonies of #362B2D
Complementary color
Monochromatic Colors of #362B2D
Black with #362B2D
Text Example
Text Example
White with #362B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B2D; }
p { color: rgb(54,43,45); }
H1.HeaderClassName
{
color: #362B2D;
}
.AnyTagClassName
{
color: #362B2D;
}
</style>
background-color css
<style>
a { background-color: #362B2D; }
a { background-color: rgb(54,43,45); }
div.DivClassName
{
background-color: #362B2D;
}
.BgClassName
{
background-color: #362B2D;
}
</style>
border-color css
<style>
span { border-color: #362B2D; }
span { border-color: rgb(54,43,45); }
td.TdClassName
{
border-color: #362B2D;
}
.TagClassName
{
border-color: #362B2D;
}
</style>