Shades of Maire #2E2A11
Tints of Maire #2E2A11
RGB
CMYK
RGB Variations
Color information
#2E2A11 (or 0x2E2A11) is known color: Maire. HEX triplet: 2E, 2A and 11. RGB value is (46,42,17). Sum of RGB (Red+Green+Blue) = 46+42+17=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2A11 is #D1D5EE. Grayscale: #282828. Windows color (decimal): -13751791 or 1124910. OLE color: 1124910.
HSL color Cylindrical-coordinate representation of color #2E2A11: hue angle of 51.72º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E2A11 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 42 | 17 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.82 |
| HSL | 51.72º | 0.46% | 0.12% | - |
| HSV(B) | 51.72º | 0.63% | 0.18% | - |
| XYZ | 2.06 | 2.28 | 0.86 | - |
| YUV | 40.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 17 | 0 | 0.09 | 0.63 | 0.82 | 51.72 | 0.46 | 0.12 |
| Hex | 2E | 2A | 11 | 0 | 9 | 3F | 52 | 34 | 2E | C |
| Octal | 56 | 52 | 21 | 0 | 11 | 77 | 122 | 64 | 56 | 14 |
| Binary | 101110 | 101010 | 10001 | 0 | 1001 | 111111 | 1010010 | 110100 | 101110 | 1100 |
Color Harmonies of #2E2A11
Complementary color
Monochromatic Colors of #2E2A11
Black with #2E2A11
Text Example
Text Example
White with #2E2A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2A11; }
p { color: rgb(46,42,17); }
H1.HeaderClassName
{
color: #2E2A11;
}
.AnyTagClassName
{
color: #2E2A11;
}
</style>
background-color css
<style>
a { background-color: #2E2A11; }
a { background-color: rgb(46,42,17); }
div.DivClassName
{
background-color: #2E2A11;
}
.BgClassName
{
background-color: #2E2A11;
}
</style>
border-color css
<style>
span { border-color: #2E2A11; }
span { border-color: rgb(46,42,17); }
td.TdClassName
{
border-color: #2E2A11;
}
.TagClassName
{
border-color: #2E2A11;
}
</style>