Shades of Maire #312B17
Tints of Maire #312B17
RGB
CMYK
RGB Variations
Color information
#312B17 (or 0x312B17) is known color: Maire. HEX triplet: 31, 2B and 17. RGB value is (49,43,23). Sum of RGB (Red+Green+Blue) = 49+43+23=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #312B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B17 is #CED4E8. Grayscale: #2A2A2A. Windows color (decimal): -13554921 or 1518385. OLE color: 1518385.
HSL color Cylindrical-coordinate representation of color #312B17: hue angle of 46.15º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #312B17 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 43 | 23 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.81 |
| HSL | 46.15º | 0.36% | 0.14% | - |
| HSV(B) | 46.15º | 0.53% | 0.19% | - |
| XYZ | 2.29 | 2.44 | 1.16 | - |
| YUV | 42.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 23 | 0 | 0.12 | 0.53 | 0.81 | 46.15 | 0.36 | 0.14 |
| Hex | 31 | 2B | 17 | 0 | C | 35 | 51 | 2E | 24 | E |
| Octal | 61 | 53 | 27 | 0 | 14 | 65 | 121 | 56 | 44 | 16 |
| Binary | 110001 | 101011 | 10111 | 0 | 1100 | 110101 | 1010001 | 101110 | 100100 | 1110 |
Color Harmonies of #312B17
Complementary color
Monochromatic Colors of #312B17
Black with #312B17
Text Example
Text Example
White with #312B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B17; }
p { color: rgb(49,43,23); }
H1.HeaderClassName
{
color: #312B17;
}
.AnyTagClassName
{
color: #312B17;
}
</style>
background-color css
<style>
a { background-color: #312B17; }
a { background-color: rgb(49,43,23); }
div.DivClassName
{
background-color: #312B17;
}
.BgClassName
{
background-color: #312B17;
}
</style>
border-color css
<style>
span { border-color: #312B17; }
span { border-color: rgb(49,43,23); }
td.TdClassName
{
border-color: #312B17;
}
.TagClassName
{
border-color: #312B17;
}
</style>