Shades of Maire #2B2611
Tints of Maire #2B2611
RGB
CMYK
RGB Variations
Color information
#2B2611 (or 0x2B2611) is known color: Maire. HEX triplet: 2B, 26 and 11. RGB value is (43,38,17). Sum of RGB (Red+Green+Blue) = 43+38+17=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2611 is #D4D9EE. Grayscale: #252525. Windows color (decimal): -13949423 or 1123883. OLE color: 1123883.
HSL color Cylindrical-coordinate representation of color #2B2611: hue angle of 48.46º 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 #2B2611 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 17 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.83 |
| HSL | 48.46º | 0.43% | 0.12% | - |
| HSV(B) | 48.46º | 0.6% | 0.17% | - |
| XYZ | 1.79 | 1.94 | 0.81 | - |
| YUV | 37.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 17 | 0 | 0.12 | 0.60 | 0.83 | 48.46 | 0.43 | 0.12 |
| Hex | 2B | 26 | 11 | 0 | C | 3C | 53 | 30 | 2B | C |
| Octal | 53 | 46 | 21 | 0 | 14 | 74 | 123 | 60 | 53 | 14 |
| Binary | 101011 | 100110 | 10001 | 0 | 1100 | 111100 | 1010011 | 110000 | 101011 | 1100 |
Color Harmonies of #2B2611
Complementary color
Monochromatic Colors of #2B2611
Black with #2B2611
Text Example
Text Example
White with #2B2611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2611; }
p { color: rgb(43,38,17); }
H1.HeaderClassName
{
color: #2B2611;
}
.AnyTagClassName
{
color: #2B2611;
}
</style>
background-color css
<style>
a { background-color: #2B2611; }
a { background-color: rgb(43,38,17); }
div.DivClassName
{
background-color: #2B2611;
}
.BgClassName
{
background-color: #2B2611;
}
</style>
border-color css
<style>
span { border-color: #2B2611; }
span { border-color: rgb(43,38,17); }
td.TdClassName
{
border-color: #2B2611;
}
.TagClassName
{
border-color: #2B2611;
}
</style>