Shades of Maire #312A00
Tints of Maire #312A00
RGB
CMYK
RGB Variations
Color information
#312A00 (or 0x312A00) is known color: Maire. HEX triplet: 31, 2A and 00. RGB value is (49,42,0). Sum of RGB (Red+Green+Blue) = 49+42+0=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 42 (16.80% from 255 or 46.15% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #312A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A00 is #CED5FF. Grayscale: #272727. Windows color (decimal): -13555200 or 10801. OLE color: 10801.
HSL color Cylindrical-coordinate representation of color #312A00: hue angle of 51.43º 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 #312A00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.81 |
| HSL | 51.43º | 1% | 0.1% | - |
| HSV(B) | 51.43º | 1% | 0.19% | - |
| XYZ | 2.09 | 2.31 | 0.34 | - |
| YUV | 39.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 0 | 0 | 0.14 | 1 | 0.81 | 51.43 | 1 | 0.1 |
| Hex | 31 | 2A | 0 | 0 | E | 64 | 51 | 33 | 64 | A |
| Octal | 61 | 52 | 0 | 0 | 16 | 144 | 121 | 63 | 144 | 12 |
| Binary | 110001 | 101010 | 0 | 0 | 1110 | 1100100 | 1010001 | 110011 | 1100100 | 1010 |
Color Harmonies of #312A00
Complementary color
Monochromatic Colors of #312A00
Black with #312A00
Text Example
Text Example
White with #312A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A00; }
p { color: rgb(49,42,0); }
H1.HeaderClassName
{
color: #312A00;
}
.AnyTagClassName
{
color: #312A00;
}
</style>
background-color css
<style>
a { background-color: #312A00; }
a { background-color: rgb(49,42,0); }
div.DivClassName
{
background-color: #312A00;
}
.BgClassName
{
background-color: #312A00;
}
</style>
border-color css
<style>
span { border-color: #312A00; }
span { border-color: rgb(49,42,0); }
td.TdClassName
{
border-color: #312A00;
}
.TagClassName
{
border-color: #312A00;
}
</style>