Shades of Maire #2E2C14
Tints of Maire #2E2C14
RGB
CMYK
RGB Variations
Color information
#2E2C14 (or 0x2E2C14) is known color: Maire. HEX triplet: 2E, 2C and 14. RGB value is (46,44,20). Sum of RGB (Red+Green+Blue) = 46+44+20=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2C14 is #D1D3EB. Grayscale: #292929. Windows color (decimal): -13751276 or 1322030. OLE color: 1322030.
HSL color Cylindrical-coordinate representation of color #2E2C14: hue angle of 55.38º 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 #2E2C14 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 44 | 20 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.82 |
| HSL | 55.38º | 0.39% | 0.13% | - |
| HSV(B) | 55.38º | 0.57% | 0.18% | - |
| XYZ | 2.15 | 2.43 | 1.02 | - |
| YUV | 41.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 20 | 0 | 0.04 | 0.57 | 0.82 | 55.38 | 0.39 | 0.13 |
| Hex | 2E | 2C | 14 | 0 | 4 | 39 | 52 | 37 | 27 | D |
| Octal | 56 | 54 | 24 | 0 | 4 | 71 | 122 | 67 | 47 | 15 |
| Binary | 101110 | 101100 | 10100 | 0 | 100 | 111001 | 1010010 | 110111 | 100111 | 1101 |
Color Harmonies of #2E2C14
Complementary color
Monochromatic Colors of #2E2C14
Black with #2E2C14
Text Example
Text Example
White with #2E2C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2C14; }
p { color: rgb(46,44,20); }
H1.HeaderClassName
{
color: #2E2C14;
}
.AnyTagClassName
{
color: #2E2C14;
}
</style>
background-color css
<style>
a { background-color: #2E2C14; }
a { background-color: rgb(46,44,20); }
div.DivClassName
{
background-color: #2E2C14;
}
.BgClassName
{
background-color: #2E2C14;
}
</style>
border-color css
<style>
span { border-color: #2E2C14; }
span { border-color: rgb(46,44,20); }
td.TdClassName
{
border-color: #2E2C14;
}
.TagClassName
{
border-color: #2E2C14;
}
</style>