Shades of Aubergine #2B2627
Tints of Aubergine #2B2627
RGB
CMYK
RGB Variations
Color information
#2B2627 (or 0x2B2627) is known color: Aubergine. HEX triplet: 2B, 26 and 27. RGB value is (43,38,39). Sum of RGB (Red+Green+Blue) = 43+38+39=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2627 is #D4D9D8. Grayscale: #272727. Windows color (decimal): -13949401 or 2565675. OLE color: 2565675.
HSL color Cylindrical-coordinate representation of color #2B2627: hue angle of 348º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B2627 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 39 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.83 |
| HSL | 348º | 0.06% | 0.16% | - |
| HSV(B) | 348º | 0.12% | 0.17% | - |
| XYZ | 2.06 | 2.05 | 2.21 | - |
| YUV | 39.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 39 | 0 | 0.12 | 0.09 | 0.83 | 348 | 0.06 | 0.16 |
| Hex | 2B | 26 | 27 | 0 | C | 9 | 53 | 15C | 6 | 10 |
| Octal | 53 | 46 | 47 | 0 | 14 | 11 | 123 | 534 | 6 | 20 |
| Binary | 101011 | 100110 | 100111 | 0 | 1100 | 1001 | 1010011 | 101011100 | 110 | 10000 |
Color Harmonies of #2B2627
Complementary color
Monochromatic Colors of #2B2627
Black with #2B2627
Text Example
Text Example
White with #2B2627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2627; }
p { color: rgb(43,38,39); }
H1.HeaderClassName
{
color: #2B2627;
}
.AnyTagClassName
{
color: #2B2627;
}
</style>
background-color css
<style>
a { background-color: #2B2627; }
a { background-color: rgb(43,38,39); }
div.DivClassName
{
background-color: #2B2627;
}
.BgClassName
{
background-color: #2B2627;
}
</style>
border-color css
<style>
span { border-color: #2B2627; }
span { border-color: rgb(43,38,39); }
td.TdClassName
{
border-color: #2B2627;
}
.TagClassName
{
border-color: #2B2627;
}
</style>