Shades of Maire #312E20
Tints of Maire #312E20
RGB
CMYK
RGB Variations
Color information
#312E20 (or 0x312E20) is known color: Maire. HEX triplet: 31, 2E and 20. RGB value is (49,46,32). Sum of RGB (Red+Green+Blue) = 49+46+32=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #312E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E20 is #CED1DF. Grayscale: #2D2D2D. Windows color (decimal): -13554144 or 2108977. OLE color: 2108977.
HSL color Cylindrical-coordinate representation of color #312E20: hue angle of 49.41º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #312E20 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 32 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.81 |
| HSL | 49.41º | 0.21% | 0.16% | - |
| HSV(B) | 49.41º | 0.35% | 0.19% | - |
| XYZ | 2.5 | 2.71 | 1.76 | - |
| YUV | 45.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 32 | 0 | 0.06 | 0.35 | 0.81 | 49.41 | 0.21 | 0.16 |
| Hex | 31 | 2E | 20 | 0 | 6 | 23 | 51 | 31 | 15 | 10 |
| Octal | 61 | 56 | 40 | 0 | 6 | 43 | 121 | 61 | 25 | 20 |
| Binary | 110001 | 101110 | 100000 | 0 | 110 | 100011 | 1010001 | 110001 | 10101 | 10000 |
Color Harmonies of #312E20
Complementary color
Monochromatic Colors of #312E20
Black with #312E20
Text Example
Text Example
White with #312E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E20; }
p { color: rgb(49,46,32); }
H1.HeaderClassName
{
color: #312E20;
}
.AnyTagClassName
{
color: #312E20;
}
</style>
background-color css
<style>
a { background-color: #312E20; }
a { background-color: rgb(49,46,32); }
div.DivClassName
{
background-color: #312E20;
}
.BgClassName
{
background-color: #312E20;
}
</style>
border-color css
<style>
span { border-color: #312E20; }
span { border-color: rgb(49,46,32); }
td.TdClassName
{
border-color: #312E20;
}
.TagClassName
{
border-color: #312E20;
}
</style>