Shades of Maire #312E13
Tints of Maire #312E13
RGB
CMYK
RGB Variations
Color information
#312E13 (or 0x312E13) is known color: Maire. HEX triplet: 31, 2E and 13. RGB value is (49,46,19). Sum of RGB (Red+Green+Blue) = 49+46+19=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #312E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E13 is #CED1EC. Grayscale: #2B2B2B. Windows color (decimal): -13554157 or 1257009. OLE color: 1257009.
HSL color Cylindrical-coordinate representation of color #312E13: hue angle of 54º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312E13 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 19 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.81 |
| HSL | 54º | 0.44% | 0.13% | - |
| HSV(B) | 54º | 0.61% | 0.19% | - |
| XYZ | 2.36 | 2.65 | 1 | - |
| YUV | 43.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 19 | 0 | 0.06 | 0.61 | 0.81 | 54 | 0.44 | 0.13 |
| Hex | 31 | 2E | 13 | 0 | 6 | 3D | 51 | 36 | 2C | D |
| Octal | 61 | 56 | 23 | 0 | 6 | 75 | 121 | 66 | 54 | 15 |
| Binary | 110001 | 101110 | 10011 | 0 | 110 | 111101 | 1010001 | 110110 | 101100 | 1101 |
Color Harmonies of #312E13
Complementary color
Monochromatic Colors of #312E13
Black with #312E13
Text Example
Text Example
White with #312E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E13; }
p { color: rgb(49,46,19); }
H1.HeaderClassName
{
color: #312E13;
}
.AnyTagClassName
{
color: #312E13;
}
</style>
background-color css
<style>
a { background-color: #312E13; }
a { background-color: rgb(49,46,19); }
div.DivClassName
{
background-color: #312E13;
}
.BgClassName
{
background-color: #312E13;
}
</style>
border-color css
<style>
span { border-color: #312E13; }
span { border-color: rgb(49,46,19); }
td.TdClassName
{
border-color: #312E13;
}
.TagClassName
{
border-color: #312E13;
}
</style>