Shades of Maire #312E0E
Tints of Maire #312E0E
RGB
CMYK
RGB Variations
Color information
#312E0E (or 0x312E0E) is known color: Maire. HEX triplet: 31, 2E and 0E. RGB value is (49,46,14). Sum of RGB (Red+Green+Blue) = 49+46+14=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #312E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E0E is #CED1F1. Grayscale: #2B2B2B. Windows color (decimal): -13554162 or 929329. OLE color: 929329.
HSL color Cylindrical-coordinate representation of color #312E0E: hue angle of 54.86º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312E0E is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 14 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.81 |
| HSL | 54.86º | 0.56% | 0.12% | - |
| HSV(B) | 54.86º | 0.71% | 0.19% | - |
| XYZ | 2.32 | 2.64 | 0.8 | - |
| YUV | 43.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 14 | 0 | 0.06 | 0.71 | 0.81 | 54.86 | 0.56 | 0.12 |
| Hex | 31 | 2E | E | 0 | 6 | 47 | 51 | 37 | 38 | C |
| Octal | 61 | 56 | 16 | 0 | 6 | 107 | 121 | 67 | 70 | 14 |
| Binary | 110001 | 101110 | 1110 | 0 | 110 | 1000111 | 1010001 | 110111 | 111000 | 1100 |
Color Harmonies of #312E0E
Complementary color
Monochromatic Colors of #312E0E
Black with #312E0E
Text Example
Text Example
White with #312E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E0E; }
p { color: rgb(49,46,14); }
H1.HeaderClassName
{
color: #312E0E;
}
.AnyTagClassName
{
color: #312E0E;
}
</style>
background-color css
<style>
a { background-color: #312E0E; }
a { background-color: rgb(49,46,14); }
div.DivClassName
{
background-color: #312E0E;
}
.BgClassName
{
background-color: #312E0E;
}
</style>
border-color css
<style>
span { border-color: #312E0E; }
span { border-color: rgb(49,46,14); }
td.TdClassName
{
border-color: #312E0E;
}
.TagClassName
{
border-color: #312E0E;
}
</style>