Shades of Maire #2E2910
Tints of Maire #2E2910
RGB
CMYK
RGB Variations
Color information
#2E2910 (or 0x2E2910) is known color: Maire. HEX triplet: 2E, 29 and 10. RGB value is (46,41,16). Sum of RGB (Red+Green+Blue) = 46+41+16=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2910 is #D1D6EF. Grayscale: #272727. Windows color (decimal): -13752048 or 1059118. OLE color: 1059118.
HSL color Cylindrical-coordinate representation of color #2E2910: hue angle of 50º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E2910 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 41 | 16 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.82 |
| HSL | 50º | 0.48% | 0.12% | - |
| HSV(B) | 50º | 0.65% | 0.18% | - |
| XYZ | 2.01 | 2.2 | 0.81 | - |
| YUV | 39.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 16 | 0 | 0.11 | 0.65 | 0.82 | 50 | 0.48 | 0.12 |
| Hex | 2E | 29 | 10 | 0 | B | 41 | 52 | 32 | 30 | C |
| Octal | 56 | 51 | 20 | 0 | 13 | 101 | 122 | 62 | 60 | 14 |
| Binary | 101110 | 101001 | 10000 | 0 | 1011 | 1000001 | 1010010 | 110010 | 110000 | 1100 |
Color Harmonies of #2E2910
Complementary color
Monochromatic Colors of #2E2910
Black with #2E2910
Text Example
Text Example
White with #2E2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2910; }
p { color: rgb(46,41,16); }
H1.HeaderClassName
{
color: #2E2910;
}
.AnyTagClassName
{
color: #2E2910;
}
</style>
background-color css
<style>
a { background-color: #2E2910; }
a { background-color: rgb(46,41,16); }
div.DivClassName
{
background-color: #2E2910;
}
.BgClassName
{
background-color: #2E2910;
}
</style>
border-color css
<style>
span { border-color: #2E2910; }
span { border-color: rgb(46,41,16); }
td.TdClassName
{
border-color: #2E2910;
}
.TagClassName
{
border-color: #2E2910;
}
</style>