Shades of Maire #2E2D25
Tints of Maire #2E2D25
RGB
CMYK
RGB Variations
Color information
#2E2D25 (or 0x2E2D25) is known color: Maire. HEX triplet: 2E, 2D and 25. RGB value is (46,45,37). Sum of RGB (Red+Green+Blue) = 46+45+37=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2D25 is #D1D2DA. Grayscale: #2C2C2C. Windows color (decimal): -13751003 or 2436398. OLE color: 2436398.
HSL color Cylindrical-coordinate representation of color #2E2D25: hue angle of 53.33º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2E2D25 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 45 | 37 | - |
CMYK | 0 | 0.02 | 0.20 | 0.82 |
HSL | 53.33º | 0.11% | 0.16% | - |
HSV(B) | 53.33º | 0.2% | 0.18% | - |
XYZ | 2.4 | 2.59 | 2.12 | - |
YUV | 44.39 | 123.83 | 129.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 45 | 37 | 0 | 0.02 | 0.20 | 0.82 | 53.33 | 0.11 | 0.16 |
Hex | 2E | 2D | 25 | 0 | 2 | 14 | 52 | 35 | B | 10 |
Octal | 56 | 55 | 45 | 0 | 2 | 24 | 122 | 65 | 13 | 20 |
Binary | 101110 | 101101 | 100101 | 0 | 10 | 10100 | 1010010 | 110101 | 1011 | 10000 |
Color Harmonies of #2E2D25
Complementary color
Monochromatic Colors of #2E2D25
Black with #2E2D25
Text Example
Text Example
White with #2E2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D25; }
p { color: rgb(46,45,37); }
H1.HeaderClassName
{
color: #2E2D25;
}
.AnyTagClassName
{
color: #2E2D25;
}
</style>
background-color css
<style>
a { background-color: #2E2D25; }
a { background-color: rgb(46,45,37); }
div.DivClassName
{
background-color: #2E2D25;
}
.BgClassName
{
background-color: #2E2D25;
}
</style>
border-color css
<style>
span { border-color: #2E2D25; }
span { border-color: rgb(46,45,37); }
td.TdClassName
{
border-color: #2E2D25;
}
.TagClassName
{
border-color: #2E2D25;
}
</style>