Shades of Maire #2B2616
Tints of Maire #2B2616
RGB
CMYK
RGB Variations
Color information
#2B2616 (or 0x2B2616) is known color: Maire. HEX triplet: 2B, 26 and 16. RGB value is (43,38,22). Sum of RGB (Red+Green+Blue) = 43+38+22=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2616 is #D4D9E9. Grayscale: #252525. Windows color (decimal): -13949418 or 1451563. OLE color: 1451563.
HSL color Cylindrical-coordinate representation of color #2B2616: hue angle of 45.71º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B2616 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 22 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.83 |
| HSL | 45.71º | 0.32% | 0.13% | - |
| HSV(B) | 45.71º | 0.49% | 0.17% | - |
| XYZ | 1.83 | 1.96 | 1.04 | - |
| YUV | 37.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 22 | 0 | 0.12 | 0.49 | 0.83 | 45.71 | 0.32 | 0.13 |
| Hex | 2B | 26 | 16 | 0 | C | 31 | 53 | 2E | 20 | D |
| Octal | 53 | 46 | 26 | 0 | 14 | 61 | 123 | 56 | 40 | 15 |
| Binary | 101011 | 100110 | 10110 | 0 | 1100 | 110001 | 1010011 | 101110 | 100000 | 1101 |
Color Harmonies of #2B2616
Complementary color
Monochromatic Colors of #2B2616
Black with #2B2616
Text Example
Text Example
White with #2B2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2616; }
p { color: rgb(43,38,22); }
H1.HeaderClassName
{
color: #2B2616;
}
.AnyTagClassName
{
color: #2B2616;
}
</style>
background-color css
<style>
a { background-color: #2B2616; }
a { background-color: rgb(43,38,22); }
div.DivClassName
{
background-color: #2B2616;
}
.BgClassName
{
background-color: #2B2616;
}
</style>
border-color css
<style>
span { border-color: #2B2616; }
span { border-color: rgb(43,38,22); }
td.TdClassName
{
border-color: #2B2616;
}
.TagClassName
{
border-color: #2B2616;
}
</style>