Shades of Aubergine #36262B
Tints of Aubergine #36262B
RGB
CMYK
RGB Variations
Color information
#36262B (or 0x36262B) is known color: Aubergine. HEX triplet: 36, 26 and 2B. RGB value is (54,38,43). Sum of RGB (Red+Green+Blue) = 54+38+43=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #36262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36262B is #C9D9D4. Grayscale: #2B2B2B. Windows color (decimal): -13228501 or 2827830. OLE color: 2827830.
HSL color Cylindrical-coordinate representation of color #36262B: hue angle of 341.25º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #36262B is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 38 | 43 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.79 |
| HSL | 341.25º | 0.17% | 0.18% | - |
| HSV(B) | 341.25º | 0.3% | 0.21% | - |
| XYZ | 2.65 | 2.34 | 2.6 | - |
| YUV | 43.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 43 | 0 | 0.30 | 0.20 | 0.79 | 341.25 | 0.17 | 0.18 |
| Hex | 36 | 26 | 2B | 0 | 1E | 14 | 4F | 155 | 11 | 12 |
| Octal | 66 | 46 | 53 | 0 | 36 | 24 | 117 | 525 | 21 | 22 |
| Binary | 110110 | 100110 | 101011 | 0 | 11110 | 10100 | 1001111 | 101010101 | 10001 | 10010 |
Color Harmonies of #36262B
Complementary color
Monochromatic Colors of #36262B
Black with #36262B
Text Example
Text Example
White with #36262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36262B; }
p { color: rgb(54,38,43); }
H1.HeaderClassName
{
color: #36262B;
}
.AnyTagClassName
{
color: #36262B;
}
</style>
background-color css
<style>
a { background-color: #36262B; }
a { background-color: rgb(54,38,43); }
div.DivClassName
{
background-color: #36262B;
}
.BgClassName
{
background-color: #36262B;
}
</style>
border-color css
<style>
span { border-color: #36262B; }
span { border-color: rgb(54,38,43); }
td.TdClassName
{
border-color: #36262B;
}
.TagClassName
{
border-color: #36262B;
}
</style>