Shades of Maire #312D16
Tints of Maire #312D16
RGB
CMYK
RGB Variations
Color information
#312D16 (or 0x312D16) is known color: Maire. HEX triplet: 31, 2D and 16. RGB value is (49,45,22). Sum of RGB (Red+Green+Blue) = 49+45+22=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #312D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312D16 is #CED2E9. Grayscale: #2B2B2B. Windows color (decimal): -13554410 or 1453361. OLE color: 1453361.
HSL color Cylindrical-coordinate representation of color #312D16: hue angle of 51.11º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #312D16 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 45 | 22 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.81 |
| HSL | 51.11º | 0.38% | 0.14% | - |
| HSV(B) | 51.11º | 0.55% | 0.19% | - |
| XYZ | 2.35 | 2.59 | 1.13 | - |
| YUV | 43.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 22 | 0 | 0.08 | 0.55 | 0.81 | 51.11 | 0.38 | 0.14 |
| Hex | 31 | 2D | 16 | 0 | 8 | 37 | 51 | 33 | 26 | E |
| Octal | 61 | 55 | 26 | 0 | 10 | 67 | 121 | 63 | 46 | 16 |
| Binary | 110001 | 101101 | 10110 | 0 | 1000 | 110111 | 1010001 | 110011 | 100110 | 1110 |
Color Harmonies of #312D16
Complementary color
Monochromatic Colors of #312D16
Black with #312D16
Text Example
Text Example
White with #312D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D16; }
p { color: rgb(49,45,22); }
H1.HeaderClassName
{
color: #312D16;
}
.AnyTagClassName
{
color: #312D16;
}
</style>
background-color css
<style>
a { background-color: #312D16; }
a { background-color: rgb(49,45,22); }
div.DivClassName
{
background-color: #312D16;
}
.BgClassName
{
background-color: #312D16;
}
</style>
border-color css
<style>
span { border-color: #312D16; }
span { border-color: rgb(49,45,22); }
td.TdClassName
{
border-color: #312D16;
}
.TagClassName
{
border-color: #312D16;
}
</style>