Shades of Aubergine #362D2F
Tints of Aubergine #362D2F
RGB
CMYK
RGB Variations
Color information
#362D2F (or 0x362D2F) is known color: Aubergine. HEX triplet: 36, 2D and 2F. RGB value is (54,45,47). Sum of RGB (Red+Green+Blue) = 54+45+47=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 54 - color contains mainly: red. Hex color #362D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D2F is #C9D2D0. Grayscale: #2F2F2F. Windows color (decimal): -13226705 or 3091766. OLE color: 3091766.
HSL color Cylindrical-coordinate representation of color #362D2F: hue angle of 346.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #362D2F is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 47 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.79 |
| HSL | 346.67º | 0.09% | 0.19% | - |
| HSV(B) | 346.67º | 0.17% | 0.21% | - |
| XYZ | 2.97 | 2.87 | 3.09 | - |
| YUV | 47.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 47 | 0 | 0.17 | 0.13 | 0.79 | 346.67 | 0.09 | 0.19 |
| Hex | 36 | 2D | 2F | 0 | 11 | D | 4F | 15B | 9 | 13 |
| Octal | 66 | 55 | 57 | 0 | 21 | 15 | 117 | 533 | 11 | 23 |
| Binary | 110110 | 101101 | 101111 | 0 | 10001 | 1101 | 1001111 | 101011011 | 1001 | 10011 |
Color Harmonies of #362D2F
Complementary color
Monochromatic Colors of #362D2F
Black with #362D2F
Text Example
Text Example
White with #362D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D2F; }
p { color: rgb(54,45,47); }
H1.HeaderClassName
{
color: #362D2F;
}
.AnyTagClassName
{
color: #362D2F;
}
</style>
background-color css
<style>
a { background-color: #362D2F; }
a { background-color: rgb(54,45,47); }
div.DivClassName
{
background-color: #362D2F;
}
.BgClassName
{
background-color: #362D2F;
}
</style>
border-color css
<style>
span { border-color: #362D2F; }
span { border-color: rgb(54,45,47); }
td.TdClassName
{
border-color: #362D2F;
}
.TagClassName
{
border-color: #362D2F;
}
</style>