Shades of Maire #2E2711
Tints of Maire #2E2711
RGB
CMYK
RGB Variations
Color information
#2E2711 (or 0x2E2711) is known color: Maire. HEX triplet: 2E, 27 and 11. RGB value is (46,39,17). Sum of RGB (Red+Green+Blue) = 46+39+17=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2711 is #D1D8EE. Grayscale: #262626. Windows color (decimal): -13752559 or 1124142. OLE color: 1124142.
HSL color Cylindrical-coordinate representation of color #2E2711: hue angle of 45.52º 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 #2E2711 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 39 | 17 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.82 |
| HSL | 45.52º | 0.46% | 0.12% | - |
| HSV(B) | 45.52º | 0.63% | 0.18% | - |
| XYZ | 1.95 | 2.07 | 0.83 | - |
| YUV | 38.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 17 | 0 | 0.15 | 0.63 | 0.82 | 45.52 | 0.46 | 0.12 |
| Hex | 2E | 27 | 11 | 0 | F | 3F | 52 | 2E | 2E | C |
| Octal | 56 | 47 | 21 | 0 | 17 | 77 | 122 | 56 | 56 | 14 |
| Binary | 101110 | 100111 | 10001 | 0 | 1111 | 111111 | 1010010 | 101110 | 101110 | 1100 |
Color Harmonies of #2E2711
Complementary color
Monochromatic Colors of #2E2711
Black with #2E2711
Text Example
Text Example
White with #2E2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2711; }
p { color: rgb(46,39,17); }
H1.HeaderClassName
{
color: #2E2711;
}
.AnyTagClassName
{
color: #2E2711;
}
</style>
background-color css
<style>
a { background-color: #2E2711; }
a { background-color: rgb(46,39,17); }
div.DivClassName
{
background-color: #2E2711;
}
.BgClassName
{
background-color: #2E2711;
}
</style>
border-color css
<style>
span { border-color: #2E2711; }
span { border-color: rgb(46,39,17); }
td.TdClassName
{
border-color: #2E2711;
}
.TagClassName
{
border-color: #2E2711;
}
</style>