Shades of Maire #312A10
Tints of Maire #312A10
RGB
CMYK
RGB Variations
Color information
#312A10 (or 0x312A10) is known color: Maire. HEX triplet: 31, 2A and 10. RGB value is (49,42,16). Sum of RGB (Red+Green+Blue) = 49+42+16=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #312A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A10 is #CED5EF. Grayscale: #292929. Windows color (decimal): -13555184 or 1059377. OLE color: 1059377.
HSL color Cylindrical-coordinate representation of color #312A10: hue angle of 47.27º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312A10 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 16 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.81 |
| HSL | 47.27º | 0.51% | 0.13% | - |
| HSV(B) | 47.27º | 0.67% | 0.19% | - |
| XYZ | 2.19 | 2.35 | 0.83 | - |
| YUV | 41.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 16 | 0 | 0.14 | 0.67 | 0.81 | 47.27 | 0.51 | 0.13 |
| Hex | 31 | 2A | 10 | 0 | E | 43 | 51 | 2F | 33 | D |
| Octal | 61 | 52 | 20 | 0 | 16 | 103 | 121 | 57 | 63 | 15 |
| Binary | 110001 | 101010 | 10000 | 0 | 1110 | 1000011 | 1010001 | 101111 | 110011 | 1101 |
Color Harmonies of #312A10
Complementary color
Monochromatic Colors of #312A10
Black with #312A10
Text Example
Text Example
White with #312A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A10; }
p { color: rgb(49,42,16); }
H1.HeaderClassName
{
color: #312A10;
}
.AnyTagClassName
{
color: #312A10;
}
</style>
background-color css
<style>
a { background-color: #312A10; }
a { background-color: rgb(49,42,16); }
div.DivClassName
{
background-color: #312A10;
}
.BgClassName
{
background-color: #312A10;
}
</style>
border-color css
<style>
span { border-color: #312A10; }
span { border-color: rgb(49,42,16); }
td.TdClassName
{
border-color: #312A10;
}
.TagClassName
{
border-color: #312A10;
}
</style>