Shades of Maire #2E2C21
Tints of Maire #2E2C21
RGB
CMYK
RGB Variations
Color information
#2E2C21 (or 0x2E2C21) is known color: Maire. HEX triplet: 2E, 2C and 21. RGB value is (46,44,33). Sum of RGB (Red+Green+Blue) = 46+44+33=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2C21 is #D1D3DE. Grayscale: #2B2B2B. Windows color (decimal): -13751263 or 2173998. OLE color: 2173998.
HSL color Cylindrical-coordinate representation of color #2E2C21: hue angle of 50.77º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E2C21 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 44 | 33 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.82 |
| HSL | 50.77º | 0.16% | 0.15% | - |
| HSV(B) | 50.77º | 0.28% | 0.18% | - |
| XYZ | 2.3 | 2.49 | 1.8 | - |
| YUV | 43.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 33 | 0 | 0.04 | 0.28 | 0.82 | 50.77 | 0.16 | 0.15 |
| Hex | 2E | 2C | 21 | 0 | 4 | 1C | 52 | 33 | 10 | F |
| Octal | 56 | 54 | 41 | 0 | 4 | 34 | 122 | 63 | 20 | 17 |
| Binary | 101110 | 101100 | 100001 | 0 | 100 | 11100 | 1010010 | 110011 | 10000 | 1111 |
Color Harmonies of #2E2C21
Complementary color
Monochromatic Colors of #2E2C21
Black with #2E2C21
Text Example
Text Example
White with #2E2C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2C21; }
p { color: rgb(46,44,33); }
H1.HeaderClassName
{
color: #2E2C21;
}
.AnyTagClassName
{
color: #2E2C21;
}
</style>
background-color css
<style>
a { background-color: #2E2C21; }
a { background-color: rgb(46,44,33); }
div.DivClassName
{
background-color: #2E2C21;
}
.BgClassName
{
background-color: #2E2C21;
}
</style>
border-color css
<style>
span { border-color: #2E2C21; }
span { border-color: rgb(46,44,33); }
td.TdClassName
{
border-color: #2E2C21;
}
.TagClassName
{
border-color: #2E2C21;
}
</style>