Shades of Maire #31290B
Tints of Maire #31290B
RGB
CMYK
RGB Variations
Color information
#31290B (or 0x31290B) is known color: Maire. HEX triplet: 31, 29 and 0B. RGB value is (49,41,11). Sum of RGB (Red+Green+Blue) = 49+41+11=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #31290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31290B is #CED6F4. Grayscale: #282828. Windows color (decimal): -13555445 or 731441. OLE color: 731441.
HSL color Cylindrical-coordinate representation of color #31290B: hue angle of 47.37º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31290B is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 41 | 11 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.81 |
| HSL | 47.37º | 0.63% | 0.12% | - |
| HSV(B) | 47.37º | 0.78% | 0.19% | - |
| XYZ | 2.12 | 2.26 | 0.64 | - |
| YUV | 39.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 11 | 0 | 0.16 | 0.78 | 0.81 | 47.37 | 0.63 | 0.12 |
| Hex | 31 | 29 | B | 0 | 10 | 4E | 51 | 2F | 3F | C |
| Octal | 61 | 51 | 13 | 0 | 20 | 116 | 121 | 57 | 77 | 14 |
| Binary | 110001 | 101001 | 1011 | 0 | 10000 | 1001110 | 1010001 | 101111 | 111111 | 1100 |
Color Harmonies of #31290B
Complementary color
Monochromatic Colors of #31290B
Black with #31290B
Text Example
Text Example
White with #31290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31290B; }
p { color: rgb(49,41,11); }
H1.HeaderClassName
{
color: #31290B;
}
.AnyTagClassName
{
color: #31290B;
}
</style>
background-color css
<style>
a { background-color: #31290B; }
a { background-color: rgb(49,41,11); }
div.DivClassName
{
background-color: #31290B;
}
.BgClassName
{
background-color: #31290B;
}
</style>
border-color css
<style>
span { border-color: #31290B; }
span { border-color: rgb(49,41,11); }
td.TdClassName
{
border-color: #31290B;
}
.TagClassName
{
border-color: #31290B;
}
</style>