Shades of Aubergine #2B2024
Tints of Aubergine #2B2024
RGB
CMYK
RGB Variations
Color information
#2B2024 (or 0x2B2024) is known color: Aubergine. HEX triplet: 2B, 20 and 24. RGB value is (43,32,36). Sum of RGB (Red+Green+Blue) = 43+32+36=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2024 is #D4DFDB. Grayscale: #232323. Windows color (decimal): -13950940 or 2367531. OLE color: 2367531.
HSL color Cylindrical-coordinate representation of color #2B2024: hue angle of 338.18º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2B2024 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 32 | 36 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.83 |
| HSL | 338.18º | 0.15% | 0.15% | - |
| HSV(B) | 338.18º | 0.26% | 0.17% | - |
| XYZ | 1.83 | 1.67 | 1.9 | - |
| YUV | 35.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 36 | 0 | 0.26 | 0.16 | 0.83 | 338.18 | 0.15 | 0.15 |
| Hex | 2B | 20 | 24 | 0 | 1A | 10 | 53 | 152 | F | F |
| Octal | 53 | 40 | 44 | 0 | 32 | 20 | 123 | 522 | 17 | 17 |
| Binary | 101011 | 100000 | 100100 | 0 | 11010 | 10000 | 1010011 | 101010010 | 1111 | 1111 |
Color Harmonies of #2B2024
Complementary color
Monochromatic Colors of #2B2024
Black with #2B2024
Text Example
Text Example
White with #2B2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2024; }
p { color: rgb(43,32,36); }
H1.HeaderClassName
{
color: #2B2024;
}
.AnyTagClassName
{
color: #2B2024;
}
</style>
background-color css
<style>
a { background-color: #2B2024; }
a { background-color: rgb(43,32,36); }
div.DivClassName
{
background-color: #2B2024;
}
.BgClassName
{
background-color: #2B2024;
}
</style>
border-color css
<style>
span { border-color: #2B2024; }
span { border-color: rgb(43,32,36); }
td.TdClassName
{
border-color: #2B2024;
}
.TagClassName
{
border-color: #2B2024;
}
</style>