Shades of Maire #312D18
Tints of Maire #312D18
RGB
CMYK
RGB Variations
Color information
#312D18 (or 0x312D18) is known color: Maire. HEX triplet: 31, 2D and 18. RGB value is (49,45,24). Sum of RGB (Red+Green+Blue) = 49+45+24=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312D18 is #CED2E7. Grayscale: #2B2B2B. Windows color (decimal): -13554408 or 1584433. OLE color: 1584433.
HSL color Cylindrical-coordinate representation of color #312D18: hue angle of 50.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #312D18 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 45 | 24 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.81 |
| HSL | 50.4º | 0.34% | 0.14% | - |
| HSV(B) | 50.4º | 0.51% | 0.19% | - |
| XYZ | 2.37 | 2.6 | 1.24 | - |
| YUV | 43.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 24 | 0 | 0.08 | 0.51 | 0.81 | 50.4 | 0.34 | 0.14 |
| Hex | 31 | 2D | 18 | 0 | 8 | 33 | 51 | 32 | 22 | E |
| Octal | 61 | 55 | 30 | 0 | 10 | 63 | 121 | 62 | 42 | 16 |
| Binary | 110001 | 101101 | 11000 | 0 | 1000 | 110011 | 1010001 | 110010 | 100010 | 1110 |
Color Harmonies of #312D18
Complementary color
Monochromatic Colors of #312D18
Black with #312D18
Text Example
Text Example
White with #312D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D18; }
p { color: rgb(49,45,24); }
H1.HeaderClassName
{
color: #312D18;
}
.AnyTagClassName
{
color: #312D18;
}
</style>
background-color css
<style>
a { background-color: #312D18; }
a { background-color: rgb(49,45,24); }
div.DivClassName
{
background-color: #312D18;
}
.BgClassName
{
background-color: #312D18;
}
</style>
border-color css
<style>
span { border-color: #312D18; }
span { border-color: rgb(49,45,24); }
td.TdClassName
{
border-color: #312D18;
}
.TagClassName
{
border-color: #312D18;
}
</style>