Shades of Maire #312F09
Tints of Maire #312F09
RGB
CMYK
RGB Variations
Color information
#312F09 (or 0x312F09) is known color: Maire. HEX triplet: 31, 2F and 09. RGB value is (49,47,9). Sum of RGB (Red+Green+Blue) = 49+47+9=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #312F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F09 is #CED0F6. Grayscale: #2B2B2B. Windows color (decimal): -13553911 or 601905. OLE color: 601905.
HSL color Cylindrical-coordinate representation of color #312F09: hue angle of 57º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312F09 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 47 | 9 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.81 |
| HSL | 57º | 0.69% | 0.11% | - |
| HSV(B) | 57º | 0.82% | 0.19% | - |
| XYZ | 2.33 | 2.71 | 0.66 | - |
| YUV | 43.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 9 | 0 | 0.04 | 0.82 | 0.81 | 57 | 0.69 | 0.11 |
| Hex | 31 | 2F | 9 | 0 | 4 | 52 | 51 | 39 | 45 | B |
| Octal | 61 | 57 | 11 | 0 | 4 | 122 | 121 | 71 | 105 | 13 |
| Binary | 110001 | 101111 | 1001 | 0 | 100 | 1010010 | 1010001 | 111001 | 1000101 | 1011 |
Color Harmonies of #312F09
Complementary color
Monochromatic Colors of #312F09
Black with #312F09
Text Example
Text Example
White with #312F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F09; }
p { color: rgb(49,47,9); }
H1.HeaderClassName
{
color: #312F09;
}
.AnyTagClassName
{
color: #312F09;
}
</style>
background-color css
<style>
a { background-color: #312F09; }
a { background-color: rgb(49,47,9); }
div.DivClassName
{
background-color: #312F09;
}
.BgClassName
{
background-color: #312F09;
}
</style>
border-color css
<style>
span { border-color: #312F09; }
span { border-color: rgb(49,47,9); }
td.TdClassName
{
border-color: #312F09;
}
.TagClassName
{
border-color: #312F09;
}
</style>