Shades of Maire #312E0C
Tints of Maire #312E0C
RGB
CMYK
RGB Variations
Color information
#312E0C (or 0x312E0C) is known color: Maire. HEX triplet: 31, 2E and 0C. RGB value is (49,46,12). Sum of RGB (Red+Green+Blue) = 49+46+12=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #312E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E0C is #CED1F3. Grayscale: #2B2B2B. Windows color (decimal): -13554164 or 798257. OLE color: 798257.
HSL color Cylindrical-coordinate representation of color #312E0C: hue angle of 55.14º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312E0C is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 12 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.81 |
| HSL | 55.14º | 0.61% | 0.12% | - |
| HSV(B) | 55.14º | 0.76% | 0.19% | - |
| XYZ | 2.31 | 2.63 | 0.73 | - |
| YUV | 43.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 12 | 0 | 0.06 | 0.76 | 0.81 | 55.14 | 0.61 | 0.12 |
| Hex | 31 | 2E | C | 0 | 6 | 4C | 51 | 37 | 3D | C |
| Octal | 61 | 56 | 14 | 0 | 6 | 114 | 121 | 67 | 75 | 14 |
| Binary | 110001 | 101110 | 1100 | 0 | 110 | 1001100 | 1010001 | 110111 | 111101 | 1100 |
Color Harmonies of #312E0C
Complementary color
Monochromatic Colors of #312E0C
Black with #312E0C
Text Example
Text Example
White with #312E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E0C; }
p { color: rgb(49,46,12); }
H1.HeaderClassName
{
color: #312E0C;
}
.AnyTagClassName
{
color: #312E0C;
}
</style>
background-color css
<style>
a { background-color: #312E0C; }
a { background-color: rgb(49,46,12); }
div.DivClassName
{
background-color: #312E0C;
}
.BgClassName
{
background-color: #312E0C;
}
</style>
border-color css
<style>
span { border-color: #312E0C; }
span { border-color: rgb(49,46,12); }
td.TdClassName
{
border-color: #312E0C;
}
.TagClassName
{
border-color: #312E0C;
}
</style>