Shades of Maire #312B14
Tints of Maire #312B14
RGB
CMYK
RGB Variations
Color information
#312B14 (or 0x312B14) is known color: Maire. HEX triplet: 31, 2B and 14. RGB value is (49,43,20). Sum of RGB (Red+Green+Blue) = 49+43+20=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #312B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B14 is #CED4EB. Grayscale: #2A2A2A. Windows color (decimal): -13554924 or 1321777. OLE color: 1321777.
HSL color Cylindrical-coordinate representation of color #312B14: hue angle of 47.59º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #312B14 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 43 | 20 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.81 |
| HSL | 47.59º | 0.42% | 0.14% | - |
| HSV(B) | 47.59º | 0.59% | 0.19% | - |
| XYZ | 2.26 | 2.43 | 1.01 | - |
| YUV | 42.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 20 | 0 | 0.12 | 0.59 | 0.81 | 47.59 | 0.42 | 0.14 |
| Hex | 31 | 2B | 14 | 0 | C | 3B | 51 | 30 | 2A | E |
| Octal | 61 | 53 | 24 | 0 | 14 | 73 | 121 | 60 | 52 | 16 |
| Binary | 110001 | 101011 | 10100 | 0 | 1100 | 111011 | 1010001 | 110000 | 101010 | 1110 |
Color Harmonies of #312B14
Complementary color
Monochromatic Colors of #312B14
Black with #312B14
Text Example
Text Example
White with #312B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B14; }
p { color: rgb(49,43,20); }
H1.HeaderClassName
{
color: #312B14;
}
.AnyTagClassName
{
color: #312B14;
}
</style>
background-color css
<style>
a { background-color: #312B14; }
a { background-color: rgb(49,43,20); }
div.DivClassName
{
background-color: #312B14;
}
.BgClassName
{
background-color: #312B14;
}
</style>
border-color css
<style>
span { border-color: #312B14; }
span { border-color: rgb(49,43,20); }
td.TdClassName
{
border-color: #312B14;
}
.TagClassName
{
border-color: #312B14;
}
</style>