Shades of Aubergine #2B2728
Tints of Aubergine #2B2728
RGB
CMYK
RGB Variations
Color information
#2B2728 (or 0x2B2728) is known color: Aubergine. HEX triplet: 2B, 27 and 28. RGB value is (43,39,40). Sum of RGB (Red+Green+Blue) = 43+39+40=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2728 is #D4D8D7. Grayscale: #282828. Windows color (decimal): -13949144 or 2631467. OLE color: 2631467.
HSL color Cylindrical-coordinate representation of color #2B2728: hue angle of 345º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2B2728 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 39 | 40 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.83 |
| HSL | 345º | 0.05% | 0.16% | - |
| HSV(B) | 345º | 0.09% | 0.17% | - |
| XYZ | 2.1 | 2.12 | 2.31 | - |
| YUV | 40.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 40 | 0 | 0.09 | 0.07 | 0.83 | 345 | 0.05 | 0.16 |
| Hex | 2B | 27 | 28 | 0 | 9 | 7 | 53 | 159 | 5 | 10 |
| Octal | 53 | 47 | 50 | 0 | 11 | 7 | 123 | 531 | 5 | 20 |
| Binary | 101011 | 100111 | 101000 | 0 | 1001 | 111 | 1010011 | 101011001 | 101 | 10000 |
Color Harmonies of #2B2728
Complementary color
Monochromatic Colors of #2B2728
Black with #2B2728
Text Example
Text Example
White with #2B2728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2728; }
p { color: rgb(43,39,40); }
H1.HeaderClassName
{
color: #2B2728;
}
.AnyTagClassName
{
color: #2B2728;
}
</style>
background-color css
<style>
a { background-color: #2B2728; }
a { background-color: rgb(43,39,40); }
div.DivClassName
{
background-color: #2B2728;
}
.BgClassName
{
background-color: #2B2728;
}
</style>
border-color css
<style>
span { border-color: #2B2728; }
span { border-color: rgb(43,39,40); }
td.TdClassName
{
border-color: #2B2728;
}
.TagClassName
{
border-color: #2B2728;
}
</style>