Shades of Maire #312E21
Tints of Maire #312E21
RGB
CMYK
RGB Variations
Color information
#312E21 (or 0x312E21) is known color: Maire. HEX triplet: 31, 2E and 21. RGB value is (49,46,33). Sum of RGB (Red+Green+Blue) = 49+46+33=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E21 is #CED1DE. Grayscale: #2D2D2D. Windows color (decimal): -13554143 or 2174513. OLE color: 2174513.
HSL color Cylindrical-coordinate representation of color #312E21: hue angle of 48.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312E21 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 33 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.81 |
| HSL | 48.75º | 0.2% | 0.16% | - |
| HSV(B) | 48.75º | 0.33% | 0.19% | - |
| XYZ | 2.52 | 2.72 | 1.83 | - |
| YUV | 45.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 33 | 0 | 0.06 | 0.33 | 0.81 | 48.75 | 0.2 | 0.16 |
| Hex | 31 | 2E | 21 | 0 | 6 | 21 | 51 | 31 | 14 | 10 |
| Octal | 61 | 56 | 41 | 0 | 6 | 41 | 121 | 61 | 24 | 20 |
| Binary | 110001 | 101110 | 100001 | 0 | 110 | 100001 | 1010001 | 110001 | 10100 | 10000 |
Color Harmonies of #312E21
Complementary color
Monochromatic Colors of #312E21
Black with #312E21
Text Example
Text Example
White with #312E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E21; }
p { color: rgb(49,46,33); }
H1.HeaderClassName
{
color: #312E21;
}
.AnyTagClassName
{
color: #312E21;
}
</style>
background-color css
<style>
a { background-color: #312E21; }
a { background-color: rgb(49,46,33); }
div.DivClassName
{
background-color: #312E21;
}
.BgClassName
{
background-color: #312E21;
}
</style>
border-color css
<style>
span { border-color: #312E21; }
span { border-color: rgb(49,46,33); }
td.TdClassName
{
border-color: #312E21;
}
.TagClassName
{
border-color: #312E21;
}
</style>