Shades of Maire #312D1B
Tints of Maire #312D1B
RGB
CMYK
RGB Variations
Color information
#312D1B (or 0x312D1B) is known color: Maire. HEX triplet: 31, 2D and 1B. RGB value is (49,45,27). Sum of RGB (Red+Green+Blue) = 49+45+27=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D1B is #CED2E4. Grayscale: #2C2C2C. Windows color (decimal): -13554405 or 1781041. OLE color: 1781041.
HSL color Cylindrical-coordinate representation of color #312D1B: hue angle of 49.09º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #312D1B is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 45 | 27 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.81 |
| HSL | 49.09º | 0.29% | 0.15% | - |
| HSV(B) | 49.09º | 0.45% | 0.19% | - |
| XYZ | 2.4 | 2.61 | 1.41 | - |
| YUV | 44.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 27 | 0 | 0.08 | 0.45 | 0.81 | 49.09 | 0.29 | 0.15 |
| Hex | 31 | 2D | 1B | 0 | 8 | 2D | 51 | 31 | 1D | F |
| Octal | 61 | 55 | 33 | 0 | 10 | 55 | 121 | 61 | 35 | 17 |
| Binary | 110001 | 101101 | 11011 | 0 | 1000 | 101101 | 1010001 | 110001 | 11101 | 1111 |
Color Harmonies of #312D1B
Complementary color
Monochromatic Colors of #312D1B
Black with #312D1B
Text Example
Text Example
White with #312D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D1B; }
p { color: rgb(49,45,27); }
H1.HeaderClassName
{
color: #312D1B;
}
.AnyTagClassName
{
color: #312D1B;
}
</style>
background-color css
<style>
a { background-color: #312D1B; }
a { background-color: rgb(49,45,27); }
div.DivClassName
{
background-color: #312D1B;
}
.BgClassName
{
background-color: #312D1B;
}
</style>
border-color css
<style>
span { border-color: #312D1B; }
span { border-color: rgb(49,45,27); }
td.TdClassName
{
border-color: #312D1B;
}
.TagClassName
{
border-color: #312D1B;
}
</style>