Shades of Maire #312E15
Tints of Maire #312E15
RGB
CMYK
RGB Variations
Color information
#312E15 (or 0x312E15) is known color: Maire. HEX triplet: 31, 2E and 15. RGB value is (49,46,21). Sum of RGB (Red+Green+Blue) = 49+46+21=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #312E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E15 is #CED1EA. Grayscale: #2C2C2C. Windows color (decimal): -13554155 or 1388081. OLE color: 1388081.
HSL color Cylindrical-coordinate representation of color #312E15: hue angle of 53.57º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #312E15 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 21 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.81 |
| HSL | 53.57º | 0.4% | 0.14% | - |
| HSV(B) | 53.57º | 0.57% | 0.19% | - |
| XYZ | 2.38 | 2.66 | 1.1 | - |
| YUV | 44.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 21 | 0 | 0.06 | 0.57 | 0.81 | 53.57 | 0.4 | 0.14 |
| Hex | 31 | 2E | 15 | 0 | 6 | 39 | 51 | 36 | 28 | E |
| Octal | 61 | 56 | 25 | 0 | 6 | 71 | 121 | 66 | 50 | 16 |
| Binary | 110001 | 101110 | 10101 | 0 | 110 | 111001 | 1010001 | 110110 | 101000 | 1110 |
Color Harmonies of #312E15
Complementary color
Monochromatic Colors of #312E15
Black with #312E15
Text Example
Text Example
White with #312E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E15; }
p { color: rgb(49,46,21); }
H1.HeaderClassName
{
color: #312E15;
}
.AnyTagClassName
{
color: #312E15;
}
</style>
background-color css
<style>
a { background-color: #312E15; }
a { background-color: rgb(49,46,21); }
div.DivClassName
{
background-color: #312E15;
}
.BgClassName
{
background-color: #312E15;
}
</style>
border-color css
<style>
span { border-color: #312E15; }
span { border-color: rgb(49,46,21); }
td.TdClassName
{
border-color: #312E15;
}
.TagClassName
{
border-color: #312E15;
}
</style>