Shades of Maire #312F00
Tints of Maire #312F00
RGB
CMYK
RGB Variations
Color information
#312F00 (or 0x312F00) is known color: Maire. HEX triplet: 31, 2F and 00. RGB value is (49,47,0). Sum of RGB (Red+Green+Blue) = 49+47+0=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #312F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F00 is #CED0FF. Grayscale: #2A2A2A. Windows color (decimal): -13553920 or 12081. OLE color: 12081.
HSL color Cylindrical-coordinate representation of color #312F00: hue angle of 57.55º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #312F00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 47 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.81 |
| HSL | 57.55º | 1% | 0.1% | - |
| HSV(B) | 57.55º | 1% | 0.19% | - |
| XYZ | 2.28 | 2.69 | 0.4 | - |
| YUV | 42.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 0 | 0 | 0.04 | 1 | 0.81 | 57.55 | 1 | 0.1 |
| Hex | 31 | 2F | 0 | 0 | 4 | 64 | 51 | 3A | 64 | A |
| Octal | 61 | 57 | 0 | 0 | 4 | 144 | 121 | 72 | 144 | 12 |
| Binary | 110001 | 101111 | 0 | 0 | 100 | 1100100 | 1010001 | 111010 | 1100100 | 1010 |
Color Harmonies of #312F00
Complementary color
Monochromatic Colors of #312F00
Black with #312F00
Text Example
Text Example
White with #312F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F00; }
p { color: rgb(49,47,0); }
H1.HeaderClassName
{
color: #312F00;
}
.AnyTagClassName
{
color: #312F00;
}
</style>
background-color css
<style>
a { background-color: #312F00; }
a { background-color: rgb(49,47,0); }
div.DivClassName
{
background-color: #312F00;
}
.BgClassName
{
background-color: #312F00;
}
</style>
border-color css
<style>
span { border-color: #312F00; }
span { border-color: rgb(49,47,0); }
td.TdClassName
{
border-color: #312F00;
}
.TagClassName
{
border-color: #312F00;
}
</style>