Shades of Maire #2E2B14
Tints of Maire #2E2B14
RGB
CMYK
RGB Variations
Color information
#2E2B14 (or 0x2E2B14) is known color: Maire. HEX triplet: 2E, 2B and 14. RGB value is (46,43,20). Sum of RGB (Red+Green+Blue) = 46+43+20=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2B14 is #D1D4EB. Grayscale: #292929. Windows color (decimal): -13751532 or 1321774. OLE color: 1321774.
HSL color Cylindrical-coordinate representation of color #2E2B14: hue angle of 53.08º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E2B14 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 43 | 20 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.82 |
| HSL | 53.08º | 0.39% | 0.13% | - |
| HSV(B) | 53.08º | 0.57% | 0.18% | - |
| XYZ | 2.12 | 2.36 | 1.01 | - |
| YUV | 41.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 20 | 0 | 0.07 | 0.57 | 0.82 | 53.08 | 0.39 | 0.13 |
| Hex | 2E | 2B | 14 | 0 | 7 | 39 | 52 | 35 | 27 | D |
| Octal | 56 | 53 | 24 | 0 | 7 | 71 | 122 | 65 | 47 | 15 |
| Binary | 101110 | 101011 | 10100 | 0 | 111 | 111001 | 1010010 | 110101 | 100111 | 1101 |
Color Harmonies of #2E2B14
Complementary color
Monochromatic Colors of #2E2B14
Black with #2E2B14
Text Example
Text Example
White with #2E2B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B14; }
p { color: rgb(46,43,20); }
H1.HeaderClassName
{
color: #2E2B14;
}
.AnyTagClassName
{
color: #2E2B14;
}
</style>
background-color css
<style>
a { background-color: #2E2B14; }
a { background-color: rgb(46,43,20); }
div.DivClassName
{
background-color: #2E2B14;
}
.BgClassName
{
background-color: #2E2B14;
}
</style>
border-color css
<style>
span { border-color: #2E2B14; }
span { border-color: rgb(46,43,20); }
td.TdClassName
{
border-color: #2E2B14;
}
.TagClassName
{
border-color: #2E2B14;
}
</style>