Shades of Maire #312F05
Tints of Maire #312F05
RGB
CMYK
RGB Variations
Color information
#312F05 (or 0x312F05) is known color: Maire. HEX triplet: 31, 2F and 05. RGB value is (49,47,5). Sum of RGB (Red+Green+Blue) = 49+47+5=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #312F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F05 is #CED0FA. Grayscale: #2A2A2A. Windows color (decimal): -13553915 or 339761. OLE color: 339761.
HSL color Cylindrical-coordinate representation of color #312F05: hue angle of 57.27º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #312F05 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 47 | 5 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.81 |
| HSL | 57.27º | 0.81% | 0.11% | - |
| HSV(B) | 57.27º | 0.9% | 0.19% | - |
| XYZ | 2.31 | 2.7 | 0.54 | - |
| YUV | 42.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 5 | 0 | 0.04 | 0.90 | 0.81 | 57.27 | 0.81 | 0.11 |
| Hex | 31 | 2F | 5 | 0 | 4 | 5A | 51 | 39 | 51 | B |
| Octal | 61 | 57 | 5 | 0 | 4 | 132 | 121 | 71 | 121 | 13 |
| Binary | 110001 | 101111 | 101 | 0 | 100 | 1011010 | 1010001 | 111001 | 1010001 | 1011 |
Color Harmonies of #312F05
Complementary color
Monochromatic Colors of #312F05
Black with #312F05
Text Example
Text Example
White with #312F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F05; }
p { color: rgb(49,47,5); }
H1.HeaderClassName
{
color: #312F05;
}
.AnyTagClassName
{
color: #312F05;
}
</style>
background-color css
<style>
a { background-color: #312F05; }
a { background-color: rgb(49,47,5); }
div.DivClassName
{
background-color: #312F05;
}
.BgClassName
{
background-color: #312F05;
}
</style>
border-color css
<style>
span { border-color: #312F05; }
span { border-color: rgb(49,47,5); }
td.TdClassName
{
border-color: #312F05;
}
.TagClassName
{
border-color: #312F05;
}
</style>