Shades of Maire #2E2D23
Tints of Maire #2E2D23
RGB
CMYK
RGB Variations
Color information
#2E2D23 (or 0x2E2D23) is known color: Maire. HEX triplet: 2E, 2D and 23. RGB value is (46,45,35). Sum of RGB (Red+Green+Blue) = 46+45+35=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2D23 is #D1D2DC. Grayscale: #2C2C2C. Windows color (decimal): -13751005 or 2305326. OLE color: 2305326.
HSL color Cylindrical-coordinate representation of color #2E2D23: hue angle of 54.55º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2E2D23 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 45 | 35 | - |
CMYK | 0 | 0.02 | 0.24 | 0.82 |
HSL | 54.55º | 0.14% | 0.16% | - |
HSV(B) | 54.55º | 0.24% | 0.18% | - |
XYZ | 2.37 | 2.58 | 1.96 | - |
YUV | 44.16 | 122.83 | 129.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 45 | 35 | 0 | 0.02 | 0.24 | 0.82 | 54.55 | 0.14 | 0.16 |
Hex | 2E | 2D | 23 | 0 | 2 | 18 | 52 | 37 | E | 10 |
Octal | 56 | 55 | 43 | 0 | 2 | 30 | 122 | 67 | 16 | 20 |
Binary | 101110 | 101101 | 100011 | 0 | 10 | 11000 | 1010010 | 110111 | 1110 | 10000 |
Color Harmonies of #2E2D23
Complementary color
Monochromatic Colors of #2E2D23
Black with #2E2D23
Text Example
Text Example
White with #2E2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D23; }
p { color: rgb(46,45,35); }
H1.HeaderClassName
{
color: #2E2D23;
}
.AnyTagClassName
{
color: #2E2D23;
}
</style>
background-color css
<style>
a { background-color: #2E2D23; }
a { background-color: rgb(46,45,35); }
div.DivClassName
{
background-color: #2E2D23;
}
.BgClassName
{
background-color: #2E2D23;
}
</style>
border-color css
<style>
span { border-color: #2E2D23; }
span { border-color: rgb(46,45,35); }
td.TdClassName
{
border-color: #2E2D23;
}
.TagClassName
{
border-color: #2E2D23;
}
</style>