Shades of Maire #312A0C
Tints of Maire #312A0C
RGB
CMYK
RGB Variations
Color information
#312A0C (or 0x312A0C) is known color: Maire. HEX triplet: 31, 2A and 0C. RGB value is (49,42,12). Sum of RGB (Red+Green+Blue) = 49+42+12=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 42 (16.80% from 255 or 40.78% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A0C is #CED5F3. Grayscale: #282828. Windows color (decimal): -13555188 or 797233. OLE color: 797233.
HSL color Cylindrical-coordinate representation of color #312A0C: hue angle of 48.65º 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 #312A0C is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 12 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.81 |
| HSL | 48.65º | 0.61% | 0.12% | - |
| HSV(B) | 48.65º | 0.76% | 0.19% | - |
| XYZ | 2.16 | 2.34 | 0.68 | - |
| YUV | 40.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 12 | 0 | 0.14 | 0.76 | 0.81 | 48.65 | 0.61 | 0.12 |
| Hex | 31 | 2A | C | 0 | E | 4C | 51 | 31 | 3D | C |
| Octal | 61 | 52 | 14 | 0 | 16 | 114 | 121 | 61 | 75 | 14 |
| Binary | 110001 | 101010 | 1100 | 0 | 1110 | 1001100 | 1010001 | 110001 | 111101 | 1100 |
Color Harmonies of #312A0C
Complementary color
Monochromatic Colors of #312A0C
Black with #312A0C
Text Example
Text Example
White with #312A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A0C; }
p { color: rgb(49,42,12); }
H1.HeaderClassName
{
color: #312A0C;
}
.AnyTagClassName
{
color: #312A0C;
}
</style>
background-color css
<style>
a { background-color: #312A0C; }
a { background-color: rgb(49,42,12); }
div.DivClassName
{
background-color: #312A0C;
}
.BgClassName
{
background-color: #312A0C;
}
</style>
border-color css
<style>
span { border-color: #312A0C; }
span { border-color: rgb(49,42,12); }
td.TdClassName
{
border-color: #312A0C;
}
.TagClassName
{
border-color: #312A0C;
}
</style>