Shades of Maire #312F0F
Tints of Maire #312F0F
RGB
CMYK
RGB Variations
Color information
#312F0F (or 0x312F0F) is known color: Maire. HEX triplet: 31, 2F and 0F. RGB value is (49,47,15). Sum of RGB (Red+Green+Blue) = 49+47+15=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #312F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F0F is #CED0F0. Grayscale: #2C2C2C. Windows color (decimal): -13553905 or 995121. OLE color: 995121.
HSL color Cylindrical-coordinate representation of color #312F0F: hue angle of 56.47º 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 #312F0F is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 47 | 15 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.81 |
| HSL | 56.47º | 0.53% | 0.13% | - |
| HSV(B) | 56.47º | 0.69% | 0.19% | - |
| XYZ | 2.37 | 2.72 | 0.85 | - |
| YUV | 43.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 15 | 0 | 0.04 | 0.69 | 0.81 | 56.47 | 0.53 | 0.13 |
| Hex | 31 | 2F | F | 0 | 4 | 45 | 51 | 38 | 35 | D |
| Octal | 61 | 57 | 17 | 0 | 4 | 105 | 121 | 70 | 65 | 15 |
| Binary | 110001 | 101111 | 1111 | 0 | 100 | 1000101 | 1010001 | 111000 | 110101 | 1101 |
Color Harmonies of #312F0F
Complementary color
Monochromatic Colors of #312F0F
Black with #312F0F
Text Example
Text Example
White with #312F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F0F; }
p { color: rgb(49,47,15); }
H1.HeaderClassName
{
color: #312F0F;
}
.AnyTagClassName
{
color: #312F0F;
}
</style>
background-color css
<style>
a { background-color: #312F0F; }
a { background-color: rgb(49,47,15); }
div.DivClassName
{
background-color: #312F0F;
}
.BgClassName
{
background-color: #312F0F;
}
</style>
border-color css
<style>
span { border-color: #312F0F; }
span { border-color: rgb(49,47,15); }
td.TdClassName
{
border-color: #312F0F;
}
.TagClassName
{
border-color: #312F0F;
}
</style>