Shades of Maire #312C00
Tints of Maire #312C00
RGB
CMYK
RGB Variations
Color information
#312C00 (or 0x312C00) is known color: Maire. HEX triplet: 31, 2C and 00. RGB value is (49,44,0). Sum of RGB (Red+Green+Blue) = 49+44+0=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #312C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C00 is #CED3FF. Grayscale: #282828. Windows color (decimal): -13554688 or 11313. OLE color: 11313.
HSL color Cylindrical-coordinate representation of color #312C00: hue angle of 53.88º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #312C00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 44 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.81 |
| HSL | 53.88º | 1% | 0.1% | - |
| HSV(B) | 53.88º | 1% | 0.19% | - |
| XYZ | 2.17 | 2.45 | 0.36 | - |
| YUV | 40.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 0 | 0 | 0.10 | 1 | 0.81 | 53.88 | 1 | 0.1 |
| Hex | 31 | 2C | 0 | 0 | A | 64 | 51 | 36 | 64 | A |
| Octal | 61 | 54 | 0 | 0 | 12 | 144 | 121 | 66 | 144 | 12 |
| Binary | 110001 | 101100 | 0 | 0 | 1010 | 1100100 | 1010001 | 110110 | 1100100 | 1010 |
Color Harmonies of #312C00
Complementary color
Monochromatic Colors of #312C00
Black with #312C00
Text Example
Text Example
White with #312C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C00; }
p { color: rgb(49,44,0); }
H1.HeaderClassName
{
color: #312C00;
}
.AnyTagClassName
{
color: #312C00;
}
</style>
background-color css
<style>
a { background-color: #312C00; }
a { background-color: rgb(49,44,0); }
div.DivClassName
{
background-color: #312C00;
}
.BgClassName
{
background-color: #312C00;
}
</style>
border-color css
<style>
span { border-color: #312C00; }
span { border-color: rgb(49,44,0); }
td.TdClassName
{
border-color: #312C00;
}
.TagClassName
{
border-color: #312C00;
}
</style>