Shades of Maire #312F24
Tints of Maire #312F24
RGB
CMYK
RGB Variations
Color information
#312F24 (or 0x312F24) is known color: Maire. HEX triplet: 31, 2F and 24. RGB value is (49,47,36). Sum of RGB (Red+Green+Blue) = 49+47+36=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #312F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F24 is #CED0DB. Grayscale: #2E2E2E. Windows color (decimal): -13553884 or 2371377. OLE color: 2371377.
HSL color Cylindrical-coordinate representation of color #312F24: hue angle of 50.77º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #312F24 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 47 | 36 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.81 |
| HSL | 50.77º | 0.15% | 0.17% | - |
| HSV(B) | 50.77º | 0.27% | 0.19% | - |
| XYZ | 2.6 | 2.81 | 2.07 | - |
| YUV | 46.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 36 | 0 | 0.04 | 0.27 | 0.81 | 50.77 | 0.15 | 0.17 |
| Hex | 31 | 2F | 24 | 0 | 4 | 1B | 51 | 33 | F | 11 |
| Octal | 61 | 57 | 44 | 0 | 4 | 33 | 121 | 63 | 17 | 21 |
| Binary | 110001 | 101111 | 100100 | 0 | 100 | 11011 | 1010001 | 110011 | 1111 | 10001 |
Color Harmonies of #312F24
Complementary color
Monochromatic Colors of #312F24
Black with #312F24
Text Example
Text Example
White with #312F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F24; }
p { color: rgb(49,47,36); }
H1.HeaderClassName
{
color: #312F24;
}
.AnyTagClassName
{
color: #312F24;
}
</style>
background-color css
<style>
a { background-color: #312F24; }
a { background-color: rgb(49,47,36); }
div.DivClassName
{
background-color: #312F24;
}
.BgClassName
{
background-color: #312F24;
}
</style>
border-color css
<style>
span { border-color: #312F24; }
span { border-color: rgb(49,47,36); }
td.TdClassName
{
border-color: #312F24;
}
.TagClassName
{
border-color: #312F24;
}
</style>