Shades of Maire #2E2C0F
Tints of Maire #2E2C0F
RGB
CMYK
RGB Variations
Color information
#2E2C0F (or 0x2E2C0F) is known color: Maire. HEX triplet: 2E, 2C and 0F. RGB value is (46,44,15). Sum of RGB (Red+Green+Blue) = 46+44+15=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2C0F is #D1D3F0. Grayscale: #292929. Windows color (decimal): -13751281 or 994350. OLE color: 994350.
HSL color Cylindrical-coordinate representation of color #2E2C0F: hue angle of 56.13º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E2C0F is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 44 | 15 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.82 |
| HSL | 56.13º | 0.51% | 0.12% | - |
| HSV(B) | 56.13º | 0.67% | 0.18% | - |
| XYZ | 2.11 | 2.42 | 0.81 | - |
| YUV | 41.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 15 | 0 | 0.04 | 0.67 | 0.82 | 56.13 | 0.51 | 0.12 |
| Hex | 2E | 2C | F | 0 | 4 | 43 | 52 | 38 | 33 | C |
| Octal | 56 | 54 | 17 | 0 | 4 | 103 | 122 | 70 | 63 | 14 |
| Binary | 101110 | 101100 | 1111 | 0 | 100 | 1000011 | 1010010 | 111000 | 110011 | 1100 |
Color Harmonies of #2E2C0F
Complementary color
Monochromatic Colors of #2E2C0F
Black with #2E2C0F
Text Example
Text Example
White with #2E2C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2C0F; }
p { color: rgb(46,44,15); }
H1.HeaderClassName
{
color: #2E2C0F;
}
.AnyTagClassName
{
color: #2E2C0F;
}
</style>
background-color css
<style>
a { background-color: #2E2C0F; }
a { background-color: rgb(46,44,15); }
div.DivClassName
{
background-color: #2E2C0F;
}
.BgClassName
{
background-color: #2E2C0F;
}
</style>
border-color css
<style>
span { border-color: #2E2C0F; }
span { border-color: rgb(46,44,15); }
td.TdClassName
{
border-color: #2E2C0F;
}
.TagClassName
{
border-color: #2E2C0F;
}
</style>