Shades of Aubergine #2B2326
Tints of Aubergine #2B2326
RGB
CMYK
RGB Variations
Color information
#2B2326 (or 0x2B2326) is known color: Aubergine. HEX triplet: 2B, 23 and 26. RGB value is (43,35,38). Sum of RGB (Red+Green+Blue) = 43+35+38=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2326 is #D4DCD9. Grayscale: #252525. Windows color (decimal): -13950170 or 2499371. OLE color: 2499371.
HSL color Cylindrical-coordinate representation of color #2B2326: hue angle of 337.5º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B2326 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 35 | 38 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.83 |
| HSL | 337.5º | 0.1% | 0.15% | - |
| HSV(B) | 337.5º | 0.19% | 0.17% | - |
| XYZ | 1.95 | 1.86 | 2.09 | - |
| YUV | 37.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 38 | 0 | 0.19 | 0.12 | 0.83 | 337.5 | 0.1 | 0.15 |
| Hex | 2B | 23 | 26 | 0 | 13 | C | 53 | 152 | A | F |
| Octal | 53 | 43 | 46 | 0 | 23 | 14 | 123 | 522 | 12 | 17 |
| Binary | 101011 | 100011 | 100110 | 0 | 10011 | 1100 | 1010011 | 101010010 | 1010 | 1111 |
Color Harmonies of #2B2326
Complementary color
Monochromatic Colors of #2B2326
Black with #2B2326
Text Example
Text Example
White with #2B2326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2326; }
p { color: rgb(43,35,38); }
H1.HeaderClassName
{
color: #2B2326;
}
.AnyTagClassName
{
color: #2B2326;
}
</style>
background-color css
<style>
a { background-color: #2B2326; }
a { background-color: rgb(43,35,38); }
div.DivClassName
{
background-color: #2B2326;
}
.BgClassName
{
background-color: #2B2326;
}
</style>
border-color css
<style>
span { border-color: #2B2326; }
span { border-color: rgb(43,35,38); }
td.TdClassName
{
border-color: #2B2326;
}
.TagClassName
{
border-color: #2B2326;
}
</style>