Shades of Maire #312C11
Tints of Maire #312C11
RGB
CMYK
RGB Variations
Color information
#312C11 (or 0x312C11) is known color: Maire. HEX triplet: 31, 2C and 11. RGB value is (49,44,17). Sum of RGB (Red+Green+Blue) = 49+44+17=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #312C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C11 is #CED3EE. Grayscale: #2A2A2A. Windows color (decimal): -13554671 or 1125425. OLE color: 1125425.
HSL color Cylindrical-coordinate representation of color #312C11: hue angle of 50.62º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312C11 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 44 | 17 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.81 |
| HSL | 50.63º | 0.48% | 0.13% | - |
| HSV(B) | 50.63º | 0.65% | 0.19% | - |
| XYZ | 2.27 | 2.49 | 0.89 | - |
| YUV | 42.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 17 | 0 | 0.10 | 0.65 | 0.81 | 50.63 | 0.48 | 0.13 |
| Hex | 31 | 2C | 11 | 0 | A | 41 | 51 | 33 | 30 | D |
| Octal | 61 | 54 | 21 | 0 | 12 | 101 | 121 | 63 | 60 | 15 |
| Binary | 110001 | 101100 | 10001 | 0 | 1010 | 1000001 | 1010001 | 110011 | 110000 | 1101 |
Color Harmonies of #312C11
Complementary color
Monochromatic Colors of #312C11
Black with #312C11
Text Example
Text Example
White with #312C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C11; }
p { color: rgb(49,44,17); }
H1.HeaderClassName
{
color: #312C11;
}
.AnyTagClassName
{
color: #312C11;
}
</style>
background-color css
<style>
a { background-color: #312C11; }
a { background-color: rgb(49,44,17); }
div.DivClassName
{
background-color: #312C11;
}
.BgClassName
{
background-color: #312C11;
}
</style>
border-color css
<style>
span { border-color: #312C11; }
span { border-color: rgb(49,44,17); }
td.TdClassName
{
border-color: #312C11;
}
.TagClassName
{
border-color: #312C11;
}
</style>