Shades of Maire #312A11
Tints of Maire #312A11
RGB
CMYK
RGB Variations
Color information
#312A11 (or 0x312A11) is known color: Maire. HEX triplet: 31, 2A and 11. RGB value is (49,42,17). Sum of RGB (Red+Green+Blue) = 49+42+17=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A11 is #CED5EE. Grayscale: #292929. Windows color (decimal): -13555183 or 1124913. OLE color: 1124913.
HSL color Cylindrical-coordinate representation of color #312A11: hue angle of 46.88º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312A11 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 17 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.81 |
| HSL | 46.88º | 0.48% | 0.13% | - |
| HSV(B) | 46.88º | 0.65% | 0.19% | - |
| XYZ | 2.2 | 2.35 | 0.87 | - |
| YUV | 41.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 17 | 0 | 0.14 | 0.65 | 0.81 | 46.88 | 0.48 | 0.13 |
| Hex | 31 | 2A | 11 | 0 | E | 41 | 51 | 2F | 30 | D |
| Octal | 61 | 52 | 21 | 0 | 16 | 101 | 121 | 57 | 60 | 15 |
| Binary | 110001 | 101010 | 10001 | 0 | 1110 | 1000001 | 1010001 | 101111 | 110000 | 1101 |
Color Harmonies of #312A11
Complementary color
Monochromatic Colors of #312A11
Black with #312A11
Text Example
Text Example
White with #312A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A11; }
p { color: rgb(49,42,17); }
H1.HeaderClassName
{
color: #312A11;
}
.AnyTagClassName
{
color: #312A11;
}
</style>
background-color css
<style>
a { background-color: #312A11; }
a { background-color: rgb(49,42,17); }
div.DivClassName
{
background-color: #312A11;
}
.BgClassName
{
background-color: #312A11;
}
</style>
border-color css
<style>
span { border-color: #312A11; }
span { border-color: rgb(49,42,17); }
td.TdClassName
{
border-color: #312A11;
}
.TagClassName
{
border-color: #312A11;
}
</style>