Shades of Aubergine #2B2223
Tints of Aubergine #2B2223
RGB
CMYK
RGB Variations
Color information
#2B2223 (or 0x2B2223) is known color: Aubergine. HEX triplet: 2B, 22 and 23. RGB value is (43,34,35). Sum of RGB (Red+Green+Blue) = 43+34+35=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2223 is #D4DDDC. Grayscale: #242424. Windows color (decimal): -13950429 or 2302507. OLE color: 2302507.
HSL color Cylindrical-coordinate representation of color #2B2223: hue angle of 353.33º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2B2223 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 34 | 35 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.83 |
| HSL | 353.33º | 0.12% | 0.15% | - |
| HSV(B) | 353.33º | 0.21% | 0.17% | - |
| XYZ | 1.87 | 1.78 | 1.83 | - |
| YUV | 36.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 35 | 0 | 0.21 | 0.19 | 0.83 | 353.33 | 0.12 | 0.15 |
| Hex | 2B | 22 | 23 | 0 | 15 | 13 | 53 | 161 | C | F |
| Octal | 53 | 42 | 43 | 0 | 25 | 23 | 123 | 541 | 14 | 17 |
| Binary | 101011 | 100010 | 100011 | 0 | 10101 | 10011 | 1010011 | 101100001 | 1100 | 1111 |
Color Harmonies of #2B2223
Complementary color
Monochromatic Colors of #2B2223
Black with #2B2223
Text Example
Text Example
White with #2B2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2223; }
p { color: rgb(43,34,35); }
H1.HeaderClassName
{
color: #2B2223;
}
.AnyTagClassName
{
color: #2B2223;
}
</style>
background-color css
<style>
a { background-color: #2B2223; }
a { background-color: rgb(43,34,35); }
div.DivClassName
{
background-color: #2B2223;
}
.BgClassName
{
background-color: #2B2223;
}
</style>
border-color css
<style>
span { border-color: #2B2223; }
span { border-color: rgb(43,34,35); }
td.TdClassName
{
border-color: #2B2223;
}
.TagClassName
{
border-color: #2B2223;
}
</style>