Shades of Aubergine #2B1A1F
Tints of Aubergine #2B1A1F
RGB
CMYK
RGB Variations
Color information
#2B1A1F (or 0x2B1A1F) is known color: Aubergine. HEX triplet: 2B, 1A and 1F. RGB value is (43,26,31). Sum of RGB (Red+Green+Blue) = 43+26+31=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1A1F is #D4E5E0. Grayscale: #1F1F1F. Windows color (decimal): -13952481 or 2038315. OLE color: 2038315.
HSL color Cylindrical-coordinate representation of color #2B1A1F: hue angle of 342.35º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B1A1F is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 26 | 31 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.83 |
| HSL | 342.35º | 0.25% | 0.14% | - |
| HSV(B) | 342.35º | 0.4% | 0.17% | - |
| XYZ | 1.61 | 1.35 | 1.47 | - |
| YUV | 31.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 31 | 0 | 0.40 | 0.28 | 0.83 | 342.35 | 0.25 | 0.14 |
| Hex | 2B | 1A | 1F | 0 | 28 | 1C | 53 | 156 | 19 | E |
| Octal | 53 | 32 | 37 | 0 | 50 | 34 | 123 | 526 | 31 | 16 |
| Binary | 101011 | 11010 | 11111 | 0 | 101000 | 11100 | 1010011 | 101010110 | 11001 | 1110 |
Color Harmonies of #2B1A1F
Complementary color
Monochromatic Colors of #2B1A1F
Black with #2B1A1F
Text Example
Text Example
White with #2B1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1A1F; }
p { color: rgb(43,26,31); }
H1.HeaderClassName
{
color: #2B1A1F;
}
.AnyTagClassName
{
color: #2B1A1F;
}
</style>
background-color css
<style>
a { background-color: #2B1A1F; }
a { background-color: rgb(43,26,31); }
div.DivClassName
{
background-color: #2B1A1F;
}
.BgClassName
{
background-color: #2B1A1F;
}
</style>
border-color css
<style>
span { border-color: #2B1A1F; }
span { border-color: rgb(43,26,31); }
td.TdClassName
{
border-color: #2B1A1F;
}
.TagClassName
{
border-color: #2B1A1F;
}
</style>