Shades of Maire #312C0A
Tints of Maire #312C0A
RGB
CMYK
RGB Variations
Color information
#312C0A (or 0x312C0A) is known color: Maire. HEX triplet: 31, 2C and 0A. RGB value is (49,44,10). Sum of RGB (Red+Green+Blue) = 49+44+10=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C0A is #CED3F5. Grayscale: #292929. Windows color (decimal): -13554678 or 666673. OLE color: 666673.
HSL color Cylindrical-coordinate representation of color #312C0A: hue angle of 52.31º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312C0A is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 44 | 10 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.81 |
| HSL | 52.31º | 0.66% | 0.12% | - |
| HSV(B) | 52.31º | 0.8% | 0.19% | - |
| XYZ | 2.22 | 2.48 | 0.65 | - |
| YUV | 41.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 10 | 0 | 0.10 | 0.80 | 0.81 | 52.31 | 0.66 | 0.12 |
| Hex | 31 | 2C | A | 0 | A | 50 | 51 | 34 | 42 | C |
| Octal | 61 | 54 | 12 | 0 | 12 | 120 | 121 | 64 | 102 | 14 |
| Binary | 110001 | 101100 | 1010 | 0 | 1010 | 1010000 | 1010001 | 110100 | 1000010 | 1100 |
Color Harmonies of #312C0A
Complementary color
Monochromatic Colors of #312C0A
Black with #312C0A
Text Example
Text Example
White with #312C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C0A; }
p { color: rgb(49,44,10); }
H1.HeaderClassName
{
color: #312C0A;
}
.AnyTagClassName
{
color: #312C0A;
}
</style>
background-color css
<style>
a { background-color: #312C0A; }
a { background-color: rgb(49,44,10); }
div.DivClassName
{
background-color: #312C0A;
}
.BgClassName
{
background-color: #312C0A;
}
</style>
border-color css
<style>
span { border-color: #312C0A; }
span { border-color: rgb(49,44,10); }
td.TdClassName
{
border-color: #312C0A;
}
.TagClassName
{
border-color: #312C0A;
}
</style>