Shades of Maire #2E2B16
Tints of Maire #2E2B16
RGB
CMYK
RGB Variations
Color information
#2E2B16 (or 0x2E2B16) is known color: Maire. HEX triplet: 2E, 2B and 16. RGB value is (46,43,22). Sum of RGB (Red+Green+Blue) = 46+43+22=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2B16 is #D1D4E9. Grayscale: #292929. Windows color (decimal): -13751530 or 1452846. OLE color: 1452846.
HSL color Cylindrical-coordinate representation of color #2E2B16: hue angle of 52.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E2B16 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 43 | 22 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.82 |
| HSL | 52.5º | 0.35% | 0.13% | - |
| HSV(B) | 52.5º | 0.52% | 0.18% | - |
| XYZ | 2.14 | 2.37 | 1.1 | - |
| YUV | 41.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 22 | 0 | 0.07 | 0.52 | 0.82 | 52.5 | 0.35 | 0.13 |
| Hex | 2E | 2B | 16 | 0 | 7 | 34 | 52 | 34 | 23 | D |
| Octal | 56 | 53 | 26 | 0 | 7 | 64 | 122 | 64 | 43 | 15 |
| Binary | 101110 | 101011 | 10110 | 0 | 111 | 110100 | 1010010 | 110100 | 100011 | 1101 |
Color Harmonies of #2E2B16
Complementary color
Monochromatic Colors of #2E2B16
Black with #2E2B16
Text Example
Text Example
White with #2E2B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B16; }
p { color: rgb(46,43,22); }
H1.HeaderClassName
{
color: #2E2B16;
}
.AnyTagClassName
{
color: #2E2B16;
}
</style>
background-color css
<style>
a { background-color: #2E2B16; }
a { background-color: rgb(46,43,22); }
div.DivClassName
{
background-color: #2E2B16;
}
.BgClassName
{
background-color: #2E2B16;
}
</style>
border-color css
<style>
span { border-color: #2E2B16; }
span { border-color: rgb(46,43,22); }
td.TdClassName
{
border-color: #2E2B16;
}
.TagClassName
{
border-color: #2E2B16;
}
</style>