Shades of Maire #2B2815
Tints of Maire #2B2815
RGB
CMYK
RGB Variations
Color information
#2B2815 (or 0x2B2815) is known color: Maire. HEX triplet: 2B, 28 and 15. RGB value is (43,40,21). Sum of RGB (Red+Green+Blue) = 43+40+21=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2815 is #D4D7EA. Grayscale: #262626. Windows color (decimal): -13948907 or 1386539. OLE color: 1386539.
HSL color Cylindrical-coordinate representation of color #2B2815: hue angle of 51.82º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B2815 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 21 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.83 |
| HSL | 51.82º | 0.34% | 0.13% | - |
| HSV(B) | 51.82º | 0.51% | 0.17% | - |
| XYZ | 1.89 | 2.09 | 1.01 | - |
| YUV | 38.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 21 | 0 | 0.07 | 0.51 | 0.83 | 51.82 | 0.34 | 0.13 |
| Hex | 2B | 28 | 15 | 0 | 7 | 33 | 53 | 34 | 22 | D |
| Octal | 53 | 50 | 25 | 0 | 7 | 63 | 123 | 64 | 42 | 15 |
| Binary | 101011 | 101000 | 10101 | 0 | 111 | 110011 | 1010011 | 110100 | 100010 | 1101 |
Color Harmonies of #2B2815
Complementary color
Monochromatic Colors of #2B2815
Black with #2B2815
Text Example
Text Example
White with #2B2815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2815; }
p { color: rgb(43,40,21); }
H1.HeaderClassName
{
color: #2B2815;
}
.AnyTagClassName
{
color: #2B2815;
}
</style>
background-color css
<style>
a { background-color: #2B2815; }
a { background-color: rgb(43,40,21); }
div.DivClassName
{
background-color: #2B2815;
}
.BgClassName
{
background-color: #2B2815;
}
</style>
border-color css
<style>
span { border-color: #2B2815; }
span { border-color: rgb(43,40,21); }
td.TdClassName
{
border-color: #2B2815;
}
.TagClassName
{
border-color: #2B2815;
}
</style>