Shades of Maire #312E07
Tints of Maire #312E07
RGB
CMYK
RGB Variations
Color information
#312E07 (or 0x312E07) is known color: Maire. HEX triplet: 31, 2E and 07. RGB value is (49,46,7). Sum of RGB (Red+Green+Blue) = 49+46+7=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #312E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E07 is #CED1F8. Grayscale: #2A2A2A. Windows color (decimal): -13554169 or 470577. OLE color: 470577.
HSL color Cylindrical-coordinate representation of color #312E07: hue angle of 55.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #312E07 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 7 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.81 |
| HSL | 55.71º | 0.75% | 0.11% | - |
| HSV(B) | 55.71º | 0.86% | 0.19% | - |
| XYZ | 2.28 | 2.62 | 0.59 | - |
| YUV | 42.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 7 | 0 | 0.06 | 0.86 | 0.81 | 55.71 | 0.75 | 0.11 |
| Hex | 31 | 2E | 7 | 0 | 6 | 56 | 51 | 38 | 4B | B |
| Octal | 61 | 56 | 7 | 0 | 6 | 126 | 121 | 70 | 113 | 13 |
| Binary | 110001 | 101110 | 111 | 0 | 110 | 1010110 | 1010001 | 111000 | 1001011 | 1011 |
Color Harmonies of #312E07
Complementary color
Monochromatic Colors of #312E07
Black with #312E07
Text Example
Text Example
White with #312E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E07; }
p { color: rgb(49,46,7); }
H1.HeaderClassName
{
color: #312E07;
}
.AnyTagClassName
{
color: #312E07;
}
</style>
background-color css
<style>
a { background-color: #312E07; }
a { background-color: rgb(49,46,7); }
div.DivClassName
{
background-color: #312E07;
}
.BgClassName
{
background-color: #312E07;
}
</style>
border-color css
<style>
span { border-color: #312E07; }
span { border-color: rgb(49,46,7); }
td.TdClassName
{
border-color: #312E07;
}
.TagClassName
{
border-color: #312E07;
}
</style>