Shades of Maire #312F10
Tints of Maire #312F10
RGB
CMYK
RGB Variations
Color information
#312F10 (or 0x312F10) is known color: Maire. HEX triplet: 31, 2F and 10. RGB value is (49,47,16). Sum of RGB (Red+Green+Blue) = 49+47+16=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #312F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F10 is #CED0EF. Grayscale: #2C2C2C. Windows color (decimal): -13553904 or 1060657. OLE color: 1060657.
HSL color Cylindrical-coordinate representation of color #312F10: hue angle of 56.36º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312F10 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 47 | 16 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.81 |
| HSL | 56.36º | 0.51% | 0.13% | - |
| HSV(B) | 56.36º | 0.67% | 0.19% | - |
| XYZ | 2.38 | 2.72 | 0.89 | - |
| YUV | 44.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 16 | 0 | 0.04 | 0.67 | 0.81 | 56.36 | 0.51 | 0.13 |
| Hex | 31 | 2F | 10 | 0 | 4 | 43 | 51 | 38 | 33 | D |
| Octal | 61 | 57 | 20 | 0 | 4 | 103 | 121 | 70 | 63 | 15 |
| Binary | 110001 | 101111 | 10000 | 0 | 100 | 1000011 | 1010001 | 111000 | 110011 | 1101 |
Color Harmonies of #312F10
Complementary color
Monochromatic Colors of #312F10
Black with #312F10
Text Example
Text Example
White with #312F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F10; }
p { color: rgb(49,47,16); }
H1.HeaderClassName
{
color: #312F10;
}
.AnyTagClassName
{
color: #312F10;
}
</style>
background-color css
<style>
a { background-color: #312F10; }
a { background-color: rgb(49,47,16); }
div.DivClassName
{
background-color: #312F10;
}
.BgClassName
{
background-color: #312F10;
}
</style>
border-color css
<style>
span { border-color: #312F10; }
span { border-color: rgb(49,47,16); }
td.TdClassName
{
border-color: #312F10;
}
.TagClassName
{
border-color: #312F10;
}
</style>