Shades of Maire #312F13
Tints of Maire #312F13
RGB
CMYK
RGB Variations
Color information
#312F13 (or 0x312F13) is known color: Maire. HEX triplet: 31, 2F and 13. RGB value is (49,47,19). Sum of RGB (Red+Green+Blue) = 49+47+19=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #312F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F13 is #CED0EC. Grayscale: #2C2C2C. Windows color (decimal): -13553901 or 1257265. OLE color: 1257265.
HSL color Cylindrical-coordinate representation of color #312F13: hue angle of 56º 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 #312F13 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 47 | 19 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.81 |
| HSL | 56º | 0.44% | 0.13% | - |
| HSV(B) | 56º | 0.61% | 0.19% | - |
| XYZ | 2.4 | 2.73 | 1.02 | - |
| YUV | 44.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 19 | 0 | 0.04 | 0.61 | 0.81 | 56 | 0.44 | 0.13 |
| Hex | 31 | 2F | 13 | 0 | 4 | 3D | 51 | 38 | 2C | D |
| Octal | 61 | 57 | 23 | 0 | 4 | 75 | 121 | 70 | 54 | 15 |
| Binary | 110001 | 101111 | 10011 | 0 | 100 | 111101 | 1010001 | 111000 | 101100 | 1101 |
Color Harmonies of #312F13
Complementary color
Monochromatic Colors of #312F13
Black with #312F13
Text Example
Text Example
White with #312F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F13; }
p { color: rgb(49,47,19); }
H1.HeaderClassName
{
color: #312F13;
}
.AnyTagClassName
{
color: #312F13;
}
</style>
background-color css
<style>
a { background-color: #312F13; }
a { background-color: rgb(49,47,19); }
div.DivClassName
{
background-color: #312F13;
}
.BgClassName
{
background-color: #312F13;
}
</style>
border-color css
<style>
span { border-color: #312F13; }
span { border-color: rgb(49,47,19); }
td.TdClassName
{
border-color: #312F13;
}
.TagClassName
{
border-color: #312F13;
}
</style>