Shades of Maire #312C13
Tints of Maire #312C13
RGB
CMYK
RGB Variations
Color information
#312C13 (or 0x312C13) is known color: Maire. HEX triplet: 31, 2C and 13. RGB value is (49,44,19). Sum of RGB (Red+Green+Blue) = 49+44+19=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #312C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C13 is #CED3EC. Grayscale: #2A2A2A. Windows color (decimal): -13554669 or 1256497. OLE color: 1256497.
HSL color Cylindrical-coordinate representation of color #312C13: hue angle of 50º 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 #312C13 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 44 | 19 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.81 |
| HSL | 50º | 0.44% | 0.13% | - |
| HSV(B) | 50º | 0.61% | 0.19% | - |
| XYZ | 2.28 | 2.5 | 0.98 | - |
| YUV | 42.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 19 | 0 | 0.10 | 0.61 | 0.81 | 50 | 0.44 | 0.13 |
| Hex | 31 | 2C | 13 | 0 | A | 3D | 51 | 32 | 2C | D |
| Octal | 61 | 54 | 23 | 0 | 12 | 75 | 121 | 62 | 54 | 15 |
| Binary | 110001 | 101100 | 10011 | 0 | 1010 | 111101 | 1010001 | 110010 | 101100 | 1101 |
Color Harmonies of #312C13
Complementary color
Monochromatic Colors of #312C13
Black with #312C13
Text Example
Text Example
White with #312C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C13; }
p { color: rgb(49,44,19); }
H1.HeaderClassName
{
color: #312C13;
}
.AnyTagClassName
{
color: #312C13;
}
</style>
background-color css
<style>
a { background-color: #312C13; }
a { background-color: rgb(49,44,19); }
div.DivClassName
{
background-color: #312C13;
}
.BgClassName
{
background-color: #312C13;
}
</style>
border-color css
<style>
span { border-color: #312C13; }
span { border-color: rgb(49,44,19); }
td.TdClassName
{
border-color: #312C13;
}
.TagClassName
{
border-color: #312C13;
}
</style>