Shades of Maire #2B2516
Tints of Maire #2B2516
RGB
CMYK
RGB Variations
Color information
#2B2516 (or 0x2B2516) is known color: Maire. HEX triplet: 2B, 25 and 16. RGB value is (43,37,22). Sum of RGB (Red+Green+Blue) = 43+37+22=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2516 is #D4DAE9. Grayscale: #252525. Windows color (decimal): -13949674 or 1451307. OLE color: 1451307.
HSL color Cylindrical-coordinate representation of color #2B2516: hue angle of 42.86º 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 #2B2516 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 37 | 22 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.83 |
| HSL | 42.86º | 0.32% | 0.13% | - |
| HSV(B) | 42.86º | 0.49% | 0.17% | - |
| XYZ | 1.8 | 1.89 | 1.03 | - |
| YUV | 37.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 22 | 0 | 0.14 | 0.49 | 0.83 | 42.86 | 0.32 | 0.13 |
| Hex | 2B | 25 | 16 | 0 | E | 31 | 53 | 2B | 20 | D |
| Octal | 53 | 45 | 26 | 0 | 16 | 61 | 123 | 53 | 40 | 15 |
| Binary | 101011 | 100101 | 10110 | 0 | 1110 | 110001 | 1010011 | 101011 | 100000 | 1101 |
Color Harmonies of #2B2516
Complementary color
Monochromatic Colors of #2B2516
Black with #2B2516
Text Example
Text Example
White with #2B2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2516; }
p { color: rgb(43,37,22); }
H1.HeaderClassName
{
color: #2B2516;
}
.AnyTagClassName
{
color: #2B2516;
}
</style>
background-color css
<style>
a { background-color: #2B2516; }
a { background-color: rgb(43,37,22); }
div.DivClassName
{
background-color: #2B2516;
}
.BgClassName
{
background-color: #2B2516;
}
</style>
border-color css
<style>
span { border-color: #2B2516; }
span { border-color: rgb(43,37,22); }
td.TdClassName
{
border-color: #2B2516;
}
.TagClassName
{
border-color: #2B2516;
}
</style>