Shades of Maire #2E2D22
Tints of Maire #2E2D22
RGB
CMYK
RGB Variations
Color information
#2E2D22 (or 0x2E2D22) is known color: Maire. HEX triplet: 2E, 2D and 22. RGB value is (46,45,34). Sum of RGB (Red+Green+Blue) = 46+45+34=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2D22 is #D1D2DD. Grayscale: #2C2C2C. Windows color (decimal): -13751006 or 2239790. OLE color: 2239790.
HSL color Cylindrical-coordinate representation of color #2E2D22: hue angle of 55º 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 #2E2D22 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 45 | 34 | - |
CMYK | 0 | 0.02 | 0.26 | 0.82 |
HSL | 55º | 0.15% | 0.16% | - |
HSV(B) | 55º | 0.26% | 0.18% | - |
XYZ | 2.35 | 2.57 | 1.89 | - |
YUV | 44.05 | 122.33 | 129.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 45 | 34 | 0 | 0.02 | 0.26 | 0.82 | 55 | 0.15 | 0.16 |
Hex | 2E | 2D | 22 | 0 | 2 | 1A | 52 | 37 | F | 10 |
Octal | 56 | 55 | 42 | 0 | 2 | 32 | 122 | 67 | 17 | 20 |
Binary | 101110 | 101101 | 100010 | 0 | 10 | 11010 | 1010010 | 110111 | 1111 | 10000 |
Color Harmonies of #2E2D22
Complementary color
Monochromatic Colors of #2E2D22
Black with #2E2D22
Text Example
Text Example
White with #2E2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D22; }
p { color: rgb(46,45,34); }
H1.HeaderClassName
{
color: #2E2D22;
}
.AnyTagClassName
{
color: #2E2D22;
}
</style>
background-color css
<style>
a { background-color: #2E2D22; }
a { background-color: rgb(46,45,34); }
div.DivClassName
{
background-color: #2E2D22;
}
.BgClassName
{
background-color: #2E2D22;
}
</style>
border-color css
<style>
span { border-color: #2E2D22; }
span { border-color: rgb(46,45,34); }
td.TdClassName
{
border-color: #2E2D22;
}
.TagClassName
{
border-color: #2E2D22;
}
</style>