Shades of Maire #312E22
Tints of Maire #312E22
RGB
CMYK
RGB Variations
Color information
#312E22 (or 0x312E22) is known color: Maire. HEX triplet: 31, 2E and 22. RGB value is (49,46,34). Sum of RGB (Red+Green+Blue) = 49+46+34=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #312E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E22 is #CED1DD. Grayscale: #2D2D2D. Windows color (decimal): -13554142 or 2240049. OLE color: 2240049.
HSL color Cylindrical-coordinate representation of color #312E22: hue angle of 48º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #312E22 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 34 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.81 |
| HSL | 48º | 0.18% | 0.16% | - |
| HSV(B) | 48º | 0.31% | 0.19% | - |
| XYZ | 2.53 | 2.72 | 1.91 | - |
| YUV | 45.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 34 | 0 | 0.06 | 0.31 | 0.81 | 48 | 0.18 | 0.16 |
| Hex | 31 | 2E | 22 | 0 | 6 | 1F | 51 | 30 | 12 | 10 |
| Octal | 61 | 56 | 42 | 0 | 6 | 37 | 121 | 60 | 22 | 20 |
| Binary | 110001 | 101110 | 100010 | 0 | 110 | 11111 | 1010001 | 110000 | 10010 | 10000 |
Color Harmonies of #312E22
Complementary color
Monochromatic Colors of #312E22
Black with #312E22
Text Example
Text Example
White with #312E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E22; }
p { color: rgb(49,46,34); }
H1.HeaderClassName
{
color: #312E22;
}
.AnyTagClassName
{
color: #312E22;
}
</style>
background-color css
<style>
a { background-color: #312E22; }
a { background-color: rgb(49,46,34); }
div.DivClassName
{
background-color: #312E22;
}
.BgClassName
{
background-color: #312E22;
}
</style>
border-color css
<style>
span { border-color: #312E22; }
span { border-color: rgb(49,46,34); }
td.TdClassName
{
border-color: #312E22;
}
.TagClassName
{
border-color: #312E22;
}
</style>