Shades of Maire #312E12
Tints of Maire #312E12
RGB
CMYK
RGB Variations
Color information
#312E12 (or 0x312E12) is known color: Maire. HEX triplet: 31, 2E and 12. RGB value is (49,46,18). Sum of RGB (Red+Green+Blue) = 49+46+18=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #312E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E12 is #CED1ED. Grayscale: #2B2B2B. Windows color (decimal): -13554158 or 1191473. OLE color: 1191473.
HSL color Cylindrical-coordinate representation of color #312E12: hue angle of 54.19º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312E12 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 18 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.81 |
| HSL | 54.19º | 0.46% | 0.13% | - |
| HSV(B) | 54.19º | 0.63% | 0.19% | - |
| XYZ | 2.35 | 2.65 | 0.96 | - |
| YUV | 43.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 18 | 0 | 0.06 | 0.63 | 0.81 | 54.19 | 0.46 | 0.13 |
| Hex | 31 | 2E | 12 | 0 | 6 | 3F | 51 | 36 | 2E | D |
| Octal | 61 | 56 | 22 | 0 | 6 | 77 | 121 | 66 | 56 | 15 |
| Binary | 110001 | 101110 | 10010 | 0 | 110 | 111111 | 1010001 | 110110 | 101110 | 1101 |
Color Harmonies of #312E12
Complementary color
Monochromatic Colors of #312E12
Black with #312E12
Text Example
Text Example
White with #312E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E12; }
p { color: rgb(49,46,18); }
H1.HeaderClassName
{
color: #312E12;
}
.AnyTagClassName
{
color: #312E12;
}
</style>
background-color css
<style>
a { background-color: #312E12; }
a { background-color: rgb(49,46,18); }
div.DivClassName
{
background-color: #312E12;
}
.BgClassName
{
background-color: #312E12;
}
</style>
border-color css
<style>
span { border-color: #312E12; }
span { border-color: rgb(49,46,18); }
td.TdClassName
{
border-color: #312E12;
}
.TagClassName
{
border-color: #312E12;
}
</style>