Shades of Maire #312E11
Tints of Maire #312E11
RGB
CMYK
RGB Variations
Color information
#312E11 (or 0x312E11) is known color: Maire. HEX triplet: 31, 2E and 11. RGB value is (49,46,17). Sum of RGB (Red+Green+Blue) = 49+46+17=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #312E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E11 is #CED1EE. Grayscale: #2B2B2B. Windows color (decimal): -13554159 or 1125937. OLE color: 1125937.
HSL color Cylindrical-coordinate representation of color #312E11: hue angle of 54.38º 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 #312E11 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 17 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.81 |
| HSL | 54.38º | 0.48% | 0.13% | - |
| HSV(B) | 54.38º | 0.65% | 0.19% | - |
| XYZ | 2.34 | 2.65 | 0.92 | - |
| YUV | 43.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 17 | 0 | 0.06 | 0.65 | 0.81 | 54.38 | 0.48 | 0.13 |
| Hex | 31 | 2E | 11 | 0 | 6 | 41 | 51 | 36 | 30 | D |
| Octal | 61 | 56 | 21 | 0 | 6 | 101 | 121 | 66 | 60 | 15 |
| Binary | 110001 | 101110 | 10001 | 0 | 110 | 1000001 | 1010001 | 110110 | 110000 | 1101 |
Color Harmonies of #312E11
Complementary color
Monochromatic Colors of #312E11
Black with #312E11
Text Example
Text Example
White with #312E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E11; }
p { color: rgb(49,46,17); }
H1.HeaderClassName
{
color: #312E11;
}
.AnyTagClassName
{
color: #312E11;
}
</style>
background-color css
<style>
a { background-color: #312E11; }
a { background-color: rgb(49,46,17); }
div.DivClassName
{
background-color: #312E11;
}
.BgClassName
{
background-color: #312E11;
}
</style>
border-color css
<style>
span { border-color: #312E11; }
span { border-color: rgb(49,46,17); }
td.TdClassName
{
border-color: #312E11;
}
.TagClassName
{
border-color: #312E11;
}
</style>