Shades of Maire #312E08
Tints of Maire #312E08
RGB
CMYK
RGB Variations
Color information
#312E08 (or 0x312E08) is known color: Maire. HEX triplet: 31, 2E and 08. RGB value is (49,46,8). Sum of RGB (Red+Green+Blue) = 49+46+8=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E08 is #CED1F7. Grayscale: #2A2A2A. Windows color (decimal): -13554168 or 536113. OLE color: 536113.
HSL color Cylindrical-coordinate representation of color #312E08: hue angle of 55.61º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #312E08 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 8 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.81 |
| HSL | 55.61º | 0.72% | 0.11% | - |
| HSV(B) | 55.61º | 0.84% | 0.19% | - |
| XYZ | 2.29 | 2.62 | 0.62 | - |
| YUV | 42.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 8 | 0 | 0.06 | 0.84 | 0.81 | 55.61 | 0.72 | 0.11 |
| Hex | 31 | 2E | 8 | 0 | 6 | 54 | 51 | 38 | 48 | B |
| Octal | 61 | 56 | 10 | 0 | 6 | 124 | 121 | 70 | 110 | 13 |
| Binary | 110001 | 101110 | 1000 | 0 | 110 | 1010100 | 1010001 | 111000 | 1001000 | 1011 |
Color Harmonies of #312E08
Complementary color
Monochromatic Colors of #312E08
Black with #312E08
Text Example
Text Example
White with #312E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E08; }
p { color: rgb(49,46,8); }
H1.HeaderClassName
{
color: #312E08;
}
.AnyTagClassName
{
color: #312E08;
}
</style>
background-color css
<style>
a { background-color: #312E08; }
a { background-color: rgb(49,46,8); }
div.DivClassName
{
background-color: #312E08;
}
.BgClassName
{
background-color: #312E08;
}
</style>
border-color css
<style>
span { border-color: #312E08; }
span { border-color: rgb(49,46,8); }
td.TdClassName
{
border-color: #312E08;
}
.TagClassName
{
border-color: #312E08;
}
</style>