Shades of Maire #312C0F
Tints of Maire #312C0F
RGB
CMYK
RGB Variations
Color information
#312C0F (or 0x312C0F) is known color: Maire. HEX triplet: 31, 2C and 0F. RGB value is (49,44,15). Sum of RGB (Red+Green+Blue) = 49+44+15=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C0F is #CED3F0. Grayscale: #2A2A2A. Windows color (decimal): -13554673 or 994353. OLE color: 994353.
HSL color Cylindrical-coordinate representation of color #312C0F: hue angle of 51.18º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #312C0F is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 44 | 15 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.81 |
| HSL | 51.18º | 0.53% | 0.13% | - |
| HSV(B) | 51.18º | 0.69% | 0.19% | - |
| XYZ | 2.25 | 2.49 | 0.81 | - |
| YUV | 42.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 15 | 0 | 0.10 | 0.69 | 0.81 | 51.18 | 0.53 | 0.13 |
| Hex | 31 | 2C | F | 0 | A | 45 | 51 | 33 | 35 | D |
| Octal | 61 | 54 | 17 | 0 | 12 | 105 | 121 | 63 | 65 | 15 |
| Binary | 110001 | 101100 | 1111 | 0 | 1010 | 1000101 | 1010001 | 110011 | 110101 | 1101 |
Color Harmonies of #312C0F
Complementary color
Monochromatic Colors of #312C0F
Black with #312C0F
Text Example
Text Example
White with #312C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C0F; }
p { color: rgb(49,44,15); }
H1.HeaderClassName
{
color: #312C0F;
}
.AnyTagClassName
{
color: #312C0F;
}
</style>
background-color css
<style>
a { background-color: #312C0F; }
a { background-color: rgb(49,44,15); }
div.DivClassName
{
background-color: #312C0F;
}
.BgClassName
{
background-color: #312C0F;
}
</style>
border-color css
<style>
span { border-color: #312C0F; }
span { border-color: rgb(49,44,15); }
td.TdClassName
{
border-color: #312C0F;
}
.TagClassName
{
border-color: #312C0F;
}
</style>