Shades of Maire #312D05
Tints of Maire #312D05
RGB
CMYK
RGB Variations
Color information
#312D05 (or 0x312D05) is known color: Maire. HEX triplet: 31, 2D and 05. RGB value is (49,45,5). Sum of RGB (Red+Green+Blue) = 49+45+5=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 45 (17.97% from 255 or 45.45% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #312D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312D05 is #CED2FA. Grayscale: #292929. Windows color (decimal): -13554427 or 339249. OLE color: 339249.
HSL color Cylindrical-coordinate representation of color #312D05: hue angle of 54.55º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #312D05 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 45 | 5 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.81 |
| HSL | 54.55º | 0.81% | 0.11% | - |
| HSV(B) | 54.55º | 0.9% | 0.19% | - |
| XYZ | 2.23 | 2.54 | 0.52 | - |
| YUV | 41.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 5 | 0 | 0.08 | 0.90 | 0.81 | 54.55 | 0.81 | 0.11 |
| Hex | 31 | 2D | 5 | 0 | 8 | 5A | 51 | 37 | 51 | B |
| Octal | 61 | 55 | 5 | 0 | 10 | 132 | 121 | 67 | 121 | 13 |
| Binary | 110001 | 101101 | 101 | 0 | 1000 | 1011010 | 1010001 | 110111 | 1010001 | 1011 |
Color Harmonies of #312D05
Complementary color
Monochromatic Colors of #312D05
Black with #312D05
Text Example
Text Example
White with #312D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D05; }
p { color: rgb(49,45,5); }
H1.HeaderClassName
{
color: #312D05;
}
.AnyTagClassName
{
color: #312D05;
}
</style>
background-color css
<style>
a { background-color: #312D05; }
a { background-color: rgb(49,45,5); }
div.DivClassName
{
background-color: #312D05;
}
.BgClassName
{
background-color: #312D05;
}
</style>
border-color css
<style>
span { border-color: #312D05; }
span { border-color: rgb(49,45,5); }
td.TdClassName
{
border-color: #312D05;
}
.TagClassName
{
border-color: #312D05;
}
</style>