Shades of Maire #312C0C
Tints of Maire #312C0C
RGB
CMYK
RGB Variations
Color information
#312C0C (or 0x312C0C) is known color: Maire. HEX triplet: 31, 2C and 0C. RGB value is (49,44,12). Sum of RGB (Red+Green+Blue) = 49+44+12=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #312C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C0C is #CED3F3. Grayscale: #292929. Windows color (decimal): -13554676 or 797745. OLE color: 797745.
HSL color Cylindrical-coordinate representation of color #312C0C: hue angle of 51.89º 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 #312C0C is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 44 | 12 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.81 |
| HSL | 51.89º | 0.61% | 0.12% | - |
| HSV(B) | 51.89º | 0.76% | 0.19% | - |
| XYZ | 2.23 | 2.48 | 0.71 | - |
| YUV | 41.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 12 | 0 | 0.10 | 0.76 | 0.81 | 51.89 | 0.61 | 0.12 |
| Hex | 31 | 2C | C | 0 | A | 4C | 51 | 34 | 3D | C |
| Octal | 61 | 54 | 14 | 0 | 12 | 114 | 121 | 64 | 75 | 14 |
| Binary | 110001 | 101100 | 1100 | 0 | 1010 | 1001100 | 1010001 | 110100 | 111101 | 1100 |
Color Harmonies of #312C0C
Complementary color
Monochromatic Colors of #312C0C
Black with #312C0C
Text Example
Text Example
White with #312C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C0C; }
p { color: rgb(49,44,12); }
H1.HeaderClassName
{
color: #312C0C;
}
.AnyTagClassName
{
color: #312C0C;
}
</style>
background-color css
<style>
a { background-color: #312C0C; }
a { background-color: rgb(49,44,12); }
div.DivClassName
{
background-color: #312C0C;
}
.BgClassName
{
background-color: #312C0C;
}
</style>
border-color css
<style>
span { border-color: #312C0C; }
span { border-color: rgb(49,44,12); }
td.TdClassName
{
border-color: #312C0C;
}
.TagClassName
{
border-color: #312C0C;
}
</style>