Shades of Aubergine #2B1C22
Tints of Aubergine #2B1C22
RGB
CMYK
RGB Variations
Color information
#2B1C22 (or 0x2B1C22) is known color: Aubergine. HEX triplet: 2B, 1C and 22. RGB value is (43,28,34). Sum of RGB (Red+Green+Blue) = 43+28+34=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1C22 is #D4E3DD. Grayscale: #212121. Windows color (decimal): -13951966 or 2235435. OLE color: 2235435.
HSL color Cylindrical-coordinate representation of color #2B1C22: hue angle of 336º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B1C22 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 28 | 34 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.83 |
| HSL | 336º | 0.21% | 0.14% | - |
| HSV(B) | 336º | 0.35% | 0.17% | - |
| XYZ | 1.7 | 1.46 | 1.71 | - |
| YUV | 33.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 28 | 34 | 0 | 0.35 | 0.21 | 0.83 | 336 | 0.21 | 0.14 |
| Hex | 2B | 1C | 22 | 0 | 23 | 15 | 53 | 150 | 15 | E |
| Octal | 53 | 34 | 42 | 0 | 43 | 25 | 123 | 520 | 25 | 16 |
| Binary | 101011 | 11100 | 100010 | 0 | 100011 | 10101 | 1010011 | 101010000 | 10101 | 1110 |
Color Harmonies of #2B1C22
Complementary color
Monochromatic Colors of #2B1C22
Black with #2B1C22
Text Example
Text Example
White with #2B1C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1C22; }
p { color: rgb(43,28,34); }
H1.HeaderClassName
{
color: #2B1C22;
}
.AnyTagClassName
{
color: #2B1C22;
}
</style>
background-color css
<style>
a { background-color: #2B1C22; }
a { background-color: rgb(43,28,34); }
div.DivClassName
{
background-color: #2B1C22;
}
.BgClassName
{
background-color: #2B1C22;
}
</style>
border-color css
<style>
span { border-color: #2B1C22; }
span { border-color: rgb(43,28,34); }
td.TdClassName
{
border-color: #2B1C22;
}
.TagClassName
{
border-color: #2B1C22;
}
</style>