Shades of Maire #2B2615
Tints of Maire #2B2615
RGB
CMYK
RGB Variations
Color information
#2B2615 (or 0x2B2615) is known color: Maire. HEX triplet: 2B, 26 and 15. RGB value is (43,38,21). Sum of RGB (Red+Green+Blue) = 43+38+21=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2615 is #D4D9EA. Grayscale: #252525. Windows color (decimal): -13949419 or 1386027. OLE color: 1386027.
HSL color Cylindrical-coordinate representation of color #2B2615: hue angle of 46.36º 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 #2B2615 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 21 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.83 |
| HSL | 46.36º | 0.34% | 0.13% | - |
| HSV(B) | 46.36º | 0.51% | 0.17% | - |
| XYZ | 1.82 | 1.95 | 0.99 | - |
| YUV | 37.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 21 | 0 | 0.12 | 0.51 | 0.83 | 46.36 | 0.34 | 0.13 |
| Hex | 2B | 26 | 15 | 0 | C | 33 | 53 | 2E | 22 | D |
| Octal | 53 | 46 | 25 | 0 | 14 | 63 | 123 | 56 | 42 | 15 |
| Binary | 101011 | 100110 | 10101 | 0 | 1100 | 110011 | 1010011 | 101110 | 100010 | 1101 |
Color Harmonies of #2B2615
Complementary color
Monochromatic Colors of #2B2615
Black with #2B2615
Text Example
Text Example
White with #2B2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2615; }
p { color: rgb(43,38,21); }
H1.HeaderClassName
{
color: #2B2615;
}
.AnyTagClassName
{
color: #2B2615;
}
</style>
background-color css
<style>
a { background-color: #2B2615; }
a { background-color: rgb(43,38,21); }
div.DivClassName
{
background-color: #2B2615;
}
.BgClassName
{
background-color: #2B2615;
}
</style>
border-color css
<style>
span { border-color: #2B2615; }
span { border-color: rgb(43,38,21); }
td.TdClassName
{
border-color: #2B2615;
}
.TagClassName
{
border-color: #2B2615;
}
</style>