Shades of Maire #312A0F
Tints of Maire #312A0F
RGB
CMYK
RGB Variations
Color information
#312A0F (or 0x312A0F) is known color: Maire. HEX triplet: 31, 2A and 0F. RGB value is (49,42,15). Sum of RGB (Red+Green+Blue) = 49+42+15=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A0F is #CED5F0. Grayscale: #292929. Windows color (decimal): -13555185 or 993841. OLE color: 993841.
HSL color Cylindrical-coordinate representation of color #312A0F: hue angle of 47.65º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #312A0F is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 15 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.81 |
| HSL | 47.65º | 0.53% | 0.13% | - |
| HSV(B) | 47.65º | 0.69% | 0.19% | - |
| XYZ | 2.18 | 2.34 | 0.79 | - |
| YUV | 41.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 15 | 0 | 0.14 | 0.69 | 0.81 | 47.65 | 0.53 | 0.13 |
| Hex | 31 | 2A | F | 0 | E | 45 | 51 | 30 | 35 | D |
| Octal | 61 | 52 | 17 | 0 | 16 | 105 | 121 | 60 | 65 | 15 |
| Binary | 110001 | 101010 | 1111 | 0 | 1110 | 1000101 | 1010001 | 110000 | 110101 | 1101 |
Color Harmonies of #312A0F
Complementary color
Monochromatic Colors of #312A0F
Black with #312A0F
Text Example
Text Example
White with #312A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A0F; }
p { color: rgb(49,42,15); }
H1.HeaderClassName
{
color: #312A0F;
}
.AnyTagClassName
{
color: #312A0F;
}
</style>
background-color css
<style>
a { background-color: #312A0F; }
a { background-color: rgb(49,42,15); }
div.DivClassName
{
background-color: #312A0F;
}
.BgClassName
{
background-color: #312A0F;
}
</style>
border-color css
<style>
span { border-color: #312A0F; }
span { border-color: rgb(49,42,15); }
td.TdClassName
{
border-color: #312A0F;
}
.TagClassName
{
border-color: #312A0F;
}
</style>