Shades of Maire #31290C
Tints of Maire #31290C
RGB
CMYK
RGB Variations
Color information
#31290C (or 0x31290C) is known color: Maire. HEX triplet: 31, 29 and 0C. RGB value is (49,41,12). Sum of RGB (Red+Green+Blue) = 49+41+12=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #31290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31290C is #CED6F3. Grayscale: #282828. Windows color (decimal): -13555444 or 796977. OLE color: 796977.
HSL color Cylindrical-coordinate representation of color #31290C: hue angle of 47.03º 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 #31290C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 41 | 12 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.81 |
| HSL | 47.03º | 0.61% | 0.12% | - |
| HSV(B) | 47.03º | 0.76% | 0.19% | - |
| XYZ | 2.13 | 2.27 | 0.67 | - |
| YUV | 40.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 12 | 0 | 0.16 | 0.76 | 0.81 | 47.03 | 0.61 | 0.12 |
| Hex | 31 | 29 | C | 0 | 10 | 4C | 51 | 2F | 3D | C |
| Octal | 61 | 51 | 14 | 0 | 20 | 114 | 121 | 57 | 75 | 14 |
| Binary | 110001 | 101001 | 1100 | 0 | 10000 | 1001100 | 1010001 | 101111 | 111101 | 1100 |
Color Harmonies of #31290C
Complementary color
Monochromatic Colors of #31290C
Black with #31290C
Text Example
Text Example
White with #31290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31290C; }
p { color: rgb(49,41,12); }
H1.HeaderClassName
{
color: #31290C;
}
.AnyTagClassName
{
color: #31290C;
}
</style>
background-color css
<style>
a { background-color: #31290C; }
a { background-color: rgb(49,41,12); }
div.DivClassName
{
background-color: #31290C;
}
.BgClassName
{
background-color: #31290C;
}
</style>
border-color css
<style>
span { border-color: #31290C; }
span { border-color: rgb(49,41,12); }
td.TdClassName
{
border-color: #31290C;
}
.TagClassName
{
border-color: #31290C;
}
</style>