Shades of Maire #312A06
Tints of Maire #312A06
RGB
CMYK
RGB Variations
Color information
#312A06 (or 0x312A06) is known color: Maire. HEX triplet: 31, 2A and 06. RGB value is (49,42,6). Sum of RGB (Red+Green+Blue) = 49+42+6=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #312A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A06 is #CED5F9. Grayscale: #282828. Windows color (decimal): -13555194 or 404017. OLE color: 404017.
HSL color Cylindrical-coordinate representation of color #312A06: hue angle of 50.23º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #312A06 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 6 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.81 |
| HSL | 50.23º | 0.78% | 0.11% | - |
| HSV(B) | 50.23º | 0.88% | 0.19% | - |
| XYZ | 2.13 | 2.32 | 0.51 | - |
| YUV | 39.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 6 | 0 | 0.14 | 0.88 | 0.81 | 50.23 | 0.78 | 0.11 |
| Hex | 31 | 2A | 6 | 0 | E | 58 | 51 | 32 | 4E | B |
| Octal | 61 | 52 | 6 | 0 | 16 | 130 | 121 | 62 | 116 | 13 |
| Binary | 110001 | 101010 | 110 | 0 | 1110 | 1011000 | 1010001 | 110010 | 1001110 | 1011 |
Color Harmonies of #312A06
Complementary color
Monochromatic Colors of #312A06
Black with #312A06
Text Example
Text Example
White with #312A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A06; }
p { color: rgb(49,42,6); }
H1.HeaderClassName
{
color: #312A06;
}
.AnyTagClassName
{
color: #312A06;
}
</style>
background-color css
<style>
a { background-color: #312A06; }
a { background-color: rgb(49,42,6); }
div.DivClassName
{
background-color: #312A06;
}
.BgClassName
{
background-color: #312A06;
}
</style>
border-color css
<style>
span { border-color: #312A06; }
span { border-color: rgb(49,42,6); }
td.TdClassName
{
border-color: #312A06;
}
.TagClassName
{
border-color: #312A06;
}
</style>