Shades of Aubergine #2B1C1F
Tints of Aubergine #2B1C1F
RGB
CMYK
RGB Variations
Color information
#2B1C1F (or 0x2B1C1F) is known color: Aubergine. HEX triplet: 2B, 1C and 1F. RGB value is (43,28,31). Sum of RGB (Red+Green+Blue) = 43+28+31=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1C1F is #D4E3E0. Grayscale: #202020. Windows color (decimal): -13951969 or 2038827. OLE color: 2038827.
HSL color Cylindrical-coordinate representation of color #2B1C1F: hue angle of 348º 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 #2B1C1F is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 28 | 31 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.83 |
| HSL | 348º | 0.21% | 0.14% | - |
| HSV(B) | 348º | 0.35% | 0.17% | - |
| XYZ | 1.66 | 1.44 | 1.49 | - |
| YUV | 32.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 28 | 31 | 0 | 0.35 | 0.28 | 0.83 | 348 | 0.21 | 0.14 |
| Hex | 2B | 1C | 1F | 0 | 23 | 1C | 53 | 15C | 15 | E |
| Octal | 53 | 34 | 37 | 0 | 43 | 34 | 123 | 534 | 25 | 16 |
| Binary | 101011 | 11100 | 11111 | 0 | 100011 | 11100 | 1010011 | 101011100 | 10101 | 1110 |
Color Harmonies of #2B1C1F
Complementary color
Monochromatic Colors of #2B1C1F
Black with #2B1C1F
Text Example
Text Example
White with #2B1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1C1F; }
p { color: rgb(43,28,31); }
H1.HeaderClassName
{
color: #2B1C1F;
}
.AnyTagClassName
{
color: #2B1C1F;
}
</style>
background-color css
<style>
a { background-color: #2B1C1F; }
a { background-color: rgb(43,28,31); }
div.DivClassName
{
background-color: #2B1C1F;
}
.BgClassName
{
background-color: #2B1C1F;
}
</style>
border-color css
<style>
span { border-color: #2B1C1F; }
span { border-color: rgb(43,28,31); }
td.TdClassName
{
border-color: #2B1C1F;
}
.TagClassName
{
border-color: #2B1C1F;
}
</style>