Shades of Maire #312F12
Tints of Maire #312F12
RGB
CMYK
RGB Variations
Color information
#312F12 (or 0x312F12) is known color: Maire. HEX triplet: 31, 2F and 12. RGB value is (49,47,18). Sum of RGB (Red+Green+Blue) = 49+47+18=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #312F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F12 is #CED0ED. Grayscale: #2C2C2C. Windows color (decimal): -13553902 or 1191729. OLE color: 1191729.
HSL color Cylindrical-coordinate representation of color #312F12: hue angle of 56.13º 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 #312F12 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 47 | 18 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.81 |
| HSL | 56.13º | 0.46% | 0.13% | - |
| HSV(B) | 56.13º | 0.63% | 0.19% | - |
| XYZ | 2.39 | 2.73 | 0.97 | - |
| YUV | 44.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 18 | 0 | 0.04 | 0.63 | 0.81 | 56.13 | 0.46 | 0.13 |
| Hex | 31 | 2F | 12 | 0 | 4 | 3F | 51 | 38 | 2E | D |
| Octal | 61 | 57 | 22 | 0 | 4 | 77 | 121 | 70 | 56 | 15 |
| Binary | 110001 | 101111 | 10010 | 0 | 100 | 111111 | 1010001 | 111000 | 101110 | 1101 |
Color Harmonies of #312F12
Complementary color
Monochromatic Colors of #312F12
Black with #312F12
Text Example
Text Example
White with #312F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F12; }
p { color: rgb(49,47,18); }
H1.HeaderClassName
{
color: #312F12;
}
.AnyTagClassName
{
color: #312F12;
}
</style>
background-color css
<style>
a { background-color: #312F12; }
a { background-color: rgb(49,47,18); }
div.DivClassName
{
background-color: #312F12;
}
.BgClassName
{
background-color: #312F12;
}
</style>
border-color css
<style>
span { border-color: #312F12; }
span { border-color: rgb(49,47,18); }
td.TdClassName
{
border-color: #312F12;
}
.TagClassName
{
border-color: #312F12;
}
</style>