Shades of Maire #312B12
Tints of Maire #312B12
RGB
CMYK
RGB Variations
Color information
#312B12 (or 0x312B12) is known color: Maire. HEX triplet: 31, 2B and 12. RGB value is (49,43,18). Sum of RGB (Red+Green+Blue) = 49+43+18=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #312B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B12 is #CED4ED. Grayscale: #2A2A2A. Windows color (decimal): -13554926 or 1190705. OLE color: 1190705.
HSL color Cylindrical-coordinate representation of color #312B12: hue angle of 48.39º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312B12 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 43 | 18 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.81 |
| HSL | 48.39º | 0.46% | 0.13% | - |
| HSV(B) | 48.39º | 0.63% | 0.19% | - |
| XYZ | 2.24 | 2.42 | 0.92 | - |
| YUV | 41.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 18 | 0 | 0.12 | 0.63 | 0.81 | 48.39 | 0.46 | 0.13 |
| Hex | 31 | 2B | 12 | 0 | C | 3F | 51 | 30 | 2E | D |
| Octal | 61 | 53 | 22 | 0 | 14 | 77 | 121 | 60 | 56 | 15 |
| Binary | 110001 | 101011 | 10010 | 0 | 1100 | 111111 | 1010001 | 110000 | 101110 | 1101 |
Color Harmonies of #312B12
Complementary color
Monochromatic Colors of #312B12
Black with #312B12
Text Example
Text Example
White with #312B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B12; }
p { color: rgb(49,43,18); }
H1.HeaderClassName
{
color: #312B12;
}
.AnyTagClassName
{
color: #312B12;
}
</style>
background-color css
<style>
a { background-color: #312B12; }
a { background-color: rgb(49,43,18); }
div.DivClassName
{
background-color: #312B12;
}
.BgClassName
{
background-color: #312B12;
}
</style>
border-color css
<style>
span { border-color: #312B12; }
span { border-color: rgb(49,43,18); }
td.TdClassName
{
border-color: #312B12;
}
.TagClassName
{
border-color: #312B12;
}
</style>