Shades of Maire #312E1D
Tints of Maire #312E1D
RGB
CMYK
RGB Variations
Color information
#312E1D (or 0x312E1D) is known color: Maire. HEX triplet: 31, 2E and 1D. RGB value is (49,46,29). Sum of RGB (Red+Green+Blue) = 49+46+29=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E1D is #CED1E2. Grayscale: #2D2D2D. Windows color (decimal): -13554147 or 1912369. OLE color: 1912369.
HSL color Cylindrical-coordinate representation of color #312E1D: hue angle of 51º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #312E1D is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 29 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.81 |
| HSL | 51º | 0.26% | 0.15% | - |
| HSV(B) | 51º | 0.41% | 0.19% | - |
| XYZ | 2.47 | 2.7 | 1.55 | - |
| YUV | 44.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 29 | 0 | 0.06 | 0.41 | 0.81 | 51 | 0.26 | 0.15 |
| Hex | 31 | 2E | 1D | 0 | 6 | 29 | 51 | 33 | 1A | F |
| Octal | 61 | 56 | 35 | 0 | 6 | 51 | 121 | 63 | 32 | 17 |
| Binary | 110001 | 101110 | 11101 | 0 | 110 | 101001 | 1010001 | 110011 | 11010 | 1111 |
Color Harmonies of #312E1D
Complementary color
Monochromatic Colors of #312E1D
Black with #312E1D
Text Example
Text Example
White with #312E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E1D; }
p { color: rgb(49,46,29); }
H1.HeaderClassName
{
color: #312E1D;
}
.AnyTagClassName
{
color: #312E1D;
}
</style>
background-color css
<style>
a { background-color: #312E1D; }
a { background-color: rgb(49,46,29); }
div.DivClassName
{
background-color: #312E1D;
}
.BgClassName
{
background-color: #312E1D;
}
</style>
border-color css
<style>
span { border-color: #312E1D; }
span { border-color: rgb(49,46,29); }
td.TdClassName
{
border-color: #312E1D;
}
.TagClassName
{
border-color: #312E1D;
}
</style>