Shades of Maire #2E2B22
Tints of Maire #2E2B22
RGB
CMYK
RGB Variations
Color information
#2E2B22 (or 0x2E2B22) is known color: Maire. HEX triplet: 2E, 2B and 22. RGB value is (46,43,34). Sum of RGB (Red+Green+Blue) = 46+43+34=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2B22 is #D1D4DD. Grayscale: #2A2A2A. Windows color (decimal): -13751518 or 2239278. OLE color: 2239278.
HSL color Cylindrical-coordinate representation of color #2E2B22: hue angle of 45º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E2B22 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 43 | 34 | - |
CMYK | 0 | 0.07 | 0.26 | 0.82 |
HSL | 45º | 0.15% | 0.16% | - |
HSV(B) | 45º | 0.26% | 0.18% | - |
XYZ | 2.28 | 2.42 | 1.86 | - |
YUV | 42.87 | 122.99 | 130.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 43 | 34 | 0 | 0.07 | 0.26 | 0.82 | 45 | 0.15 | 0.16 |
Hex | 2E | 2B | 22 | 0 | 7 | 1A | 52 | 2D | F | 10 |
Octal | 56 | 53 | 42 | 0 | 7 | 32 | 122 | 55 | 17 | 20 |
Binary | 101110 | 101011 | 100010 | 0 | 111 | 11010 | 1010010 | 101101 | 1111 | 10000 |
Color Harmonies of #2E2B22
Complementary color
Monochromatic Colors of #2E2B22
Black with #2E2B22
Text Example
Text Example
White with #2E2B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B22; }
p { color: rgb(46,43,34); }
H1.HeaderClassName
{
color: #2E2B22;
}
.AnyTagClassName
{
color: #2E2B22;
}
</style>
background-color css
<style>
a { background-color: #2E2B22; }
a { background-color: rgb(46,43,34); }
div.DivClassName
{
background-color: #2E2B22;
}
.BgClassName
{
background-color: #2E2B22;
}
</style>
border-color css
<style>
span { border-color: #2E2B22; }
span { border-color: rgb(46,43,34); }
td.TdClassName
{
border-color: #2E2B22;
}
.TagClassName
{
border-color: #2E2B22;
}
</style>