Shades of Maire #312A14
Tints of Maire #312A14
RGB
CMYK
RGB Variations
Color information
#312A14 (or 0x312A14) is known color: Maire. HEX triplet: 31, 2A and 14. RGB value is (49,42,20). Sum of RGB (Red+Green+Blue) = 49+42+20=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #312A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A14 is #CED5EB. Grayscale: #292929. Windows color (decimal): -13555180 or 1321521. OLE color: 1321521.
HSL color Cylindrical-coordinate representation of color #312A14: hue angle of 45.52º 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 #312A14 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 20 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.81 |
| HSL | 45.52º | 0.42% | 0.14% | - |
| HSV(B) | 45.52º | 0.59% | 0.19% | - |
| XYZ | 2.22 | 2.36 | 1 | - |
| YUV | 41.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 20 | 0 | 0.14 | 0.59 | 0.81 | 45.52 | 0.42 | 0.14 |
| Hex | 31 | 2A | 14 | 0 | E | 3B | 51 | 2E | 2A | E |
| Octal | 61 | 52 | 24 | 0 | 16 | 73 | 121 | 56 | 52 | 16 |
| Binary | 110001 | 101010 | 10100 | 0 | 1110 | 111011 | 1010001 | 101110 | 101010 | 1110 |
Color Harmonies of #312A14
Complementary color
Monochromatic Colors of #312A14
Black with #312A14
Text Example
Text Example
White with #312A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A14; }
p { color: rgb(49,42,20); }
H1.HeaderClassName
{
color: #312A14;
}
.AnyTagClassName
{
color: #312A14;
}
</style>
background-color css
<style>
a { background-color: #312A14; }
a { background-color: rgb(49,42,20); }
div.DivClassName
{
background-color: #312A14;
}
.BgClassName
{
background-color: #312A14;
}
</style>
border-color css
<style>
span { border-color: #312A14; }
span { border-color: rgb(49,42,20); }
td.TdClassName
{
border-color: #312A14;
}
.TagClassName
{
border-color: #312A14;
}
</style>