Shades of Maire #2E290E
Tints of Maire #2E290E
RGB
CMYK
RGB Variations
Color information
#2E290E (or 0x2E290E) is known color: Maire. HEX triplet: 2E, 29 and 0E. RGB value is (46,41,14). Sum of RGB (Red+Green+Blue) = 46+41+14=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E290E is #D1D6F1. Grayscale: #272727. Windows color (decimal): -13752050 or 928046. OLE color: 928046.
HSL color Cylindrical-coordinate representation of color #2E290E: hue angle of 50.62º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E290E is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 41 | 14 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.82 |
| HSL | 50.63º | 0.53% | 0.12% | - |
| HSV(B) | 50.63º | 0.7% | 0.18% | - |
| XYZ | 2 | 2.2 | 0.73 | - |
| YUV | 39.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 14 | 0 | 0.11 | 0.70 | 0.82 | 50.63 | 0.53 | 0.12 |
| Hex | 2E | 29 | E | 0 | B | 46 | 52 | 33 | 35 | C |
| Octal | 56 | 51 | 16 | 0 | 13 | 106 | 122 | 63 | 65 | 14 |
| Binary | 101110 | 101001 | 1110 | 0 | 1011 | 1000110 | 1010010 | 110011 | 110101 | 1100 |
Color Harmonies of #2E290E
Complementary color
Monochromatic Colors of #2E290E
Black with #2E290E
Text Example
Text Example
White with #2E290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E290E; }
p { color: rgb(46,41,14); }
H1.HeaderClassName
{
color: #2E290E;
}
.AnyTagClassName
{
color: #2E290E;
}
</style>
background-color css
<style>
a { background-color: #2E290E; }
a { background-color: rgb(46,41,14); }
div.DivClassName
{
background-color: #2E290E;
}
.BgClassName
{
background-color: #2E290E;
}
</style>
border-color css
<style>
span { border-color: #2E290E; }
span { border-color: rgb(46,41,14); }
td.TdClassName
{
border-color: #2E290E;
}
.TagClassName
{
border-color: #2E290E;
}
</style>