Shades of Maire #312B16
Tints of Maire #312B16
RGB
CMYK
RGB Variations
Color information
#312B16 (or 0x312B16) is known color: Maire. HEX triplet: 31, 2B and 16. RGB value is (49,43,22). Sum of RGB (Red+Green+Blue) = 49+43+22=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #312B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B16 is #CED4E9. Grayscale: #2A2A2A. Windows color (decimal): -13554922 or 1452849. OLE color: 1452849.
HSL color Cylindrical-coordinate representation of color #312B16: hue angle of 46.67º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #312B16 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 43 | 22 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.81 |
| HSL | 46.67º | 0.38% | 0.14% | - |
| HSV(B) | 46.67º | 0.55% | 0.19% | - |
| XYZ | 2.28 | 2.44 | 1.11 | - |
| YUV | 42.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 22 | 0 | 0.12 | 0.55 | 0.81 | 46.67 | 0.38 | 0.14 |
| Hex | 31 | 2B | 16 | 0 | C | 37 | 51 | 2F | 26 | E |
| Octal | 61 | 53 | 26 | 0 | 14 | 67 | 121 | 57 | 46 | 16 |
| Binary | 110001 | 101011 | 10110 | 0 | 1100 | 110111 | 1010001 | 101111 | 100110 | 1110 |
Color Harmonies of #312B16
Complementary color
Monochromatic Colors of #312B16
Black with #312B16
Text Example
Text Example
White with #312B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B16; }
p { color: rgb(49,43,22); }
H1.HeaderClassName
{
color: #312B16;
}
.AnyTagClassName
{
color: #312B16;
}
</style>
background-color css
<style>
a { background-color: #312B16; }
a { background-color: rgb(49,43,22); }
div.DivClassName
{
background-color: #312B16;
}
.BgClassName
{
background-color: #312B16;
}
</style>
border-color css
<style>
span { border-color: #312B16; }
span { border-color: rgb(49,43,22); }
td.TdClassName
{
border-color: #312B16;
}
.TagClassName
{
border-color: #312B16;
}
</style>