Shades of Maire #2E2916
Tints of Maire #2E2916
RGB
CMYK
RGB Variations
Color information
#2E2916 (or 0x2E2916) is known color: Maire. HEX triplet: 2E, 29 and 16. RGB value is (46,41,22). Sum of RGB (Red+Green+Blue) = 46+41+22=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2916 is #D1D6E9. Grayscale: #282828. Windows color (decimal): -13752042 or 1452334. OLE color: 1452334.
HSL color Cylindrical-coordinate representation of color #2E2916: hue angle of 47.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 #2E2916 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 41 | 22 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.82 |
| HSL | 47.5º | 0.35% | 0.13% | - |
| HSV(B) | 47.5º | 0.52% | 0.18% | - |
| XYZ | 2.06 | 2.22 | 1.08 | - |
| YUV | 40.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 22 | 0 | 0.11 | 0.52 | 0.82 | 47.5 | 0.35 | 0.13 |
| Hex | 2E | 29 | 16 | 0 | B | 34 | 52 | 30 | 23 | D |
| Octal | 56 | 51 | 26 | 0 | 13 | 64 | 122 | 60 | 43 | 15 |
| Binary | 101110 | 101001 | 10110 | 0 | 1011 | 110100 | 1010010 | 110000 | 100011 | 1101 |
Color Harmonies of #2E2916
Complementary color
Monochromatic Colors of #2E2916
Black with #2E2916
Text Example
Text Example
White with #2E2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2916; }
p { color: rgb(46,41,22); }
H1.HeaderClassName
{
color: #2E2916;
}
.AnyTagClassName
{
color: #2E2916;
}
</style>
background-color css
<style>
a { background-color: #2E2916; }
a { background-color: rgb(46,41,22); }
div.DivClassName
{
background-color: #2E2916;
}
.BgClassName
{
background-color: #2E2916;
}
</style>
border-color css
<style>
span { border-color: #2E2916; }
span { border-color: rgb(46,41,22); }
td.TdClassName
{
border-color: #2E2916;
}
.TagClassName
{
border-color: #2E2916;
}
</style>