Shades of Aubergine #36282C
Tints of Aubergine #36282C
RGB
CMYK
RGB Variations
Color information
#36282C (or 0x36282C) is known color: Aubergine. HEX triplet: 36, 28 and 2C. RGB value is (54,40,44). Sum of RGB (Red+Green+Blue) = 54+40+44=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #36282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36282C is #C9D7D3. Grayscale: #2C2C2C. Windows color (decimal): -13227988 or 2893878. OLE color: 2893878.
HSL color Cylindrical-coordinate representation of color #36282C: hue angle of 342.86º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #36282C is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 40 | 44 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.79 |
| HSL | 342.86º | 0.15% | 0.18% | - |
| HSV(B) | 342.86º | 0.26% | 0.21% | - |
| XYZ | 2.73 | 2.48 | 2.72 | - |
| YUV | 44.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 44 | 0 | 0.26 | 0.19 | 0.79 | 342.86 | 0.15 | 0.18 |
| Hex | 36 | 28 | 2C | 0 | 1A | 13 | 4F | 157 | F | 12 |
| Octal | 66 | 50 | 54 | 0 | 32 | 23 | 117 | 527 | 17 | 22 |
| Binary | 110110 | 101000 | 101100 | 0 | 11010 | 10011 | 1001111 | 101010111 | 1111 | 10010 |
Color Harmonies of #36282C
Complementary color
Monochromatic Colors of #36282C
Black with #36282C
Text Example
Text Example
White with #36282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36282C; }
p { color: rgb(54,40,44); }
H1.HeaderClassName
{
color: #36282C;
}
.AnyTagClassName
{
color: #36282C;
}
</style>
background-color css
<style>
a { background-color: #36282C; }
a { background-color: rgb(54,40,44); }
div.DivClassName
{
background-color: #36282C;
}
.BgClassName
{
background-color: #36282C;
}
</style>
border-color css
<style>
span { border-color: #36282C; }
span { border-color: rgb(54,40,44); }
td.TdClassName
{
border-color: #36282C;
}
.TagClassName
{
border-color: #36282C;
}
</style>