Shades of Maire #2B2811
Tints of Maire #2B2811
RGB
CMYK
RGB Variations
Color information
#2B2811 (or 0x2B2811) is known color: Maire. HEX triplet: 2B, 28 and 11. RGB value is (43,40,17). Sum of RGB (Red+Green+Blue) = 43+40+17=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2811 is #D4D7EE. Grayscale: #262626. Windows color (decimal): -13948911 or 1124395. OLE color: 1124395.
HSL color Cylindrical-coordinate representation of color #2B2811: hue angle of 53.08º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B2811 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 17 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.83 |
| HSL | 53.08º | 0.43% | 0.12% | - |
| HSV(B) | 53.08º | 0.6% | 0.17% | - |
| XYZ | 1.86 | 2.07 | 0.83 | - |
| YUV | 38.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 17 | 0 | 0.07 | 0.60 | 0.83 | 53.08 | 0.43 | 0.12 |
| Hex | 2B | 28 | 11 | 0 | 7 | 3C | 53 | 35 | 2B | C |
| Octal | 53 | 50 | 21 | 0 | 7 | 74 | 123 | 65 | 53 | 14 |
| Binary | 101011 | 101000 | 10001 | 0 | 111 | 111100 | 1010011 | 110101 | 101011 | 1100 |
Color Harmonies of #2B2811
Complementary color
Monochromatic Colors of #2B2811
Black with #2B2811
Text Example
Text Example
White with #2B2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2811; }
p { color: rgb(43,40,17); }
H1.HeaderClassName
{
color: #2B2811;
}
.AnyTagClassName
{
color: #2B2811;
}
</style>
background-color css
<style>
a { background-color: #2B2811; }
a { background-color: rgb(43,40,17); }
div.DivClassName
{
background-color: #2B2811;
}
.BgClassName
{
background-color: #2B2811;
}
</style>
border-color css
<style>
span { border-color: #2B2811; }
span { border-color: rgb(43,40,17); }
td.TdClassName
{
border-color: #2B2811;
}
.TagClassName
{
border-color: #2B2811;
}
</style>