Shades of Maire #312F19
Tints of Maire #312F19
RGB
CMYK
RGB Variations
Color information
#312F19 (or 0x312F19) is known color: Maire. HEX triplet: 31, 2F and 19. RGB value is (49,47,25). Sum of RGB (Red+Green+Blue) = 49+47+25=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F19 is #CED0E6. Grayscale: #2D2D2D. Windows color (decimal): -13553895 or 1650481. OLE color: 1650481.
HSL color Cylindrical-coordinate representation of color #312F19: hue angle of 55º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312F19 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 47 | 25 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.81 |
| HSL | 55º | 0.32% | 0.15% | - |
| HSV(B) | 55º | 0.49% | 0.19% | - |
| XYZ | 2.46 | 2.76 | 1.32 | - |
| YUV | 45.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 25 | 0 | 0.04 | 0.49 | 0.81 | 55 | 0.32 | 0.15 |
| Hex | 31 | 2F | 19 | 0 | 4 | 31 | 51 | 37 | 20 | F |
| Octal | 61 | 57 | 31 | 0 | 4 | 61 | 121 | 67 | 40 | 17 |
| Binary | 110001 | 101111 | 11001 | 0 | 100 | 110001 | 1010001 | 110111 | 100000 | 1111 |
Color Harmonies of #312F19
Complementary color
Monochromatic Colors of #312F19
Black with #312F19
Text Example
Text Example
White with #312F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F19; }
p { color: rgb(49,47,25); }
H1.HeaderClassName
{
color: #312F19;
}
.AnyTagClassName
{
color: #312F19;
}
</style>
background-color css
<style>
a { background-color: #312F19; }
a { background-color: rgb(49,47,25); }
div.DivClassName
{
background-color: #312F19;
}
.BgClassName
{
background-color: #312F19;
}
</style>
border-color css
<style>
span { border-color: #312F19; }
span { border-color: rgb(49,47,25); }
td.TdClassName
{
border-color: #312F19;
}
.TagClassName
{
border-color: #312F19;
}
</style>