Shades of Aubergine #36272B
Tints of Aubergine #36272B
RGB
CMYK
RGB Variations
Color information
#36272B (or 0x36272B) is known color: Aubergine. HEX triplet: 36, 27 and 2B. RGB value is (54,39,43). Sum of RGB (Red+Green+Blue) = 54+39+43=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #36272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36272B is #C9D8D4. Grayscale: #2B2B2B. Windows color (decimal): -13228245 or 2828086. OLE color: 2828086.
HSL color Cylindrical-coordinate representation of color #36272B: hue angle of 344º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #36272B is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 39 | 43 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.79 |
| HSL | 344º | 0.16% | 0.18% | - |
| HSV(B) | 344º | 0.28% | 0.21% | - |
| XYZ | 2.68 | 2.41 | 2.61 | - |
| YUV | 43.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 39 | 43 | 0 | 0.28 | 0.20 | 0.79 | 344 | 0.16 | 0.18 |
| Hex | 36 | 27 | 2B | 0 | 1C | 14 | 4F | 158 | 10 | 12 |
| Octal | 66 | 47 | 53 | 0 | 34 | 24 | 117 | 530 | 20 | 22 |
| Binary | 110110 | 100111 | 101011 | 0 | 11100 | 10100 | 1001111 | 101011000 | 10000 | 10010 |
Color Harmonies of #36272B
Complementary color
Monochromatic Colors of #36272B
Black with #36272B
Text Example
Text Example
White with #36272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36272B; }
p { color: rgb(54,39,43); }
H1.HeaderClassName
{
color: #36272B;
}
.AnyTagClassName
{
color: #36272B;
}
</style>
background-color css
<style>
a { background-color: #36272B; }
a { background-color: rgb(54,39,43); }
div.DivClassName
{
background-color: #36272B;
}
.BgClassName
{
background-color: #36272B;
}
</style>
border-color css
<style>
span { border-color: #36272B; }
span { border-color: rgb(54,39,43); }
td.TdClassName
{
border-color: #36272B;
}
.TagClassName
{
border-color: #36272B;
}
</style>