Shades of Maire #312A04
Tints of Maire #312A04
RGB
CMYK
RGB Variations
Color information
#312A04 (or 0x312A04) is known color: Maire. HEX triplet: 31, 2A and 04. RGB value is (49,42,4). Sum of RGB (Red+Green+Blue) = 49+42+4=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #312A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A04 is #CED5FB. Grayscale: #272727. Windows color (decimal): -13555196 or 272945. OLE color: 272945.
HSL color Cylindrical-coordinate representation of color #312A04: hue angle of 50.67º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #312A04 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 4 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.81 |
| HSL | 50.67º | 0.85% | 0.1% | - |
| HSV(B) | 50.67º | 0.92% | 0.19% | - |
| XYZ | 2.12 | 2.32 | 0.45 | - |
| YUV | 39.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 4 | 0 | 0.14 | 0.92 | 0.81 | 50.67 | 0.85 | 0.1 |
| Hex | 31 | 2A | 4 | 0 | E | 5C | 51 | 33 | 55 | A |
| Octal | 61 | 52 | 4 | 0 | 16 | 134 | 121 | 63 | 125 | 12 |
| Binary | 110001 | 101010 | 100 | 0 | 1110 | 1011100 | 1010001 | 110011 | 1010101 | 1010 |
Color Harmonies of #312A04
Complementary color
Monochromatic Colors of #312A04
Black with #312A04
Text Example
Text Example
White with #312A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A04; }
p { color: rgb(49,42,4); }
H1.HeaderClassName
{
color: #312A04;
}
.AnyTagClassName
{
color: #312A04;
}
</style>
background-color css
<style>
a { background-color: #312A04; }
a { background-color: rgb(49,42,4); }
div.DivClassName
{
background-color: #312A04;
}
.BgClassName
{
background-color: #312A04;
}
</style>
border-color css
<style>
span { border-color: #312A04; }
span { border-color: rgb(49,42,4); }
td.TdClassName
{
border-color: #312A04;
}
.TagClassName
{
border-color: #312A04;
}
</style>