Shades of Maire #312F0C
Tints of Maire #312F0C
RGB
CMYK
RGB Variations
Color information
#312F0C (or 0x312F0C) is known color: Maire. HEX triplet: 31, 2F and 0C. RGB value is (49,47,12). Sum of RGB (Red+Green+Blue) = 49+47+12=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F0C is #CED0F3. Grayscale: #2B2B2B. Windows color (decimal): -13553908 or 798513. OLE color: 798513.
HSL color Cylindrical-coordinate representation of color #312F0C: hue angle of 56.76º 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 #312F0C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 47 | 12 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.81 |
| HSL | 56.76º | 0.61% | 0.12% | - |
| HSV(B) | 56.76º | 0.76% | 0.19% | - |
| XYZ | 2.35 | 2.71 | 0.75 | - |
| YUV | 43.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 12 | 0 | 0.04 | 0.76 | 0.81 | 56.76 | 0.61 | 0.12 |
| Hex | 31 | 2F | C | 0 | 4 | 4C | 51 | 39 | 3D | C |
| Octal | 61 | 57 | 14 | 0 | 4 | 114 | 121 | 71 | 75 | 14 |
| Binary | 110001 | 101111 | 1100 | 0 | 100 | 1001100 | 1010001 | 111001 | 111101 | 1100 |
Color Harmonies of #312F0C
Complementary color
Monochromatic Colors of #312F0C
Black with #312F0C
Text Example
Text Example
White with #312F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F0C; }
p { color: rgb(49,47,12); }
H1.HeaderClassName
{
color: #312F0C;
}
.AnyTagClassName
{
color: #312F0C;
}
</style>
background-color css
<style>
a { background-color: #312F0C; }
a { background-color: rgb(49,47,12); }
div.DivClassName
{
background-color: #312F0C;
}
.BgClassName
{
background-color: #312F0C;
}
</style>
border-color css
<style>
span { border-color: #312F0C; }
span { border-color: rgb(49,47,12); }
td.TdClassName
{
border-color: #312F0C;
}
.TagClassName
{
border-color: #312F0C;
}
</style>