Shades of Maire #312D03
Tints of Maire #312D03
RGB
CMYK
RGB Variations
Color information
#312D03 (or 0x312D03) is known color: Maire. HEX triplet: 31, 2D and 03. RGB value is (49,45,3). Sum of RGB (Red+Green+Blue) = 49+45+3=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 45 (17.97% from 255 or 46.39% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #312D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312D03 is #CED2FC. Grayscale: #292929. Windows color (decimal): -13554429 or 208177. OLE color: 208177.
HSL color Cylindrical-coordinate representation of color #312D03: hue angle of 54.78º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #312D03 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 45 | 3 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.81 |
| HSL | 54.78º | 0.88% | 0.1% | - |
| HSV(B) | 54.78º | 0.94% | 0.19% | - |
| XYZ | 2.22 | 2.54 | 0.46 | - |
| YUV | 41.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 3 | 0 | 0.08 | 0.94 | 0.81 | 54.78 | 0.88 | 0.1 |
| Hex | 31 | 2D | 3 | 0 | 8 | 5E | 51 | 37 | 58 | A |
| Octal | 61 | 55 | 3 | 0 | 10 | 136 | 121 | 67 | 130 | 12 |
| Binary | 110001 | 101101 | 11 | 0 | 1000 | 1011110 | 1010001 | 110111 | 1011000 | 1010 |
Color Harmonies of #312D03
Complementary color
Monochromatic Colors of #312D03
Black with #312D03
Text Example
Text Example
White with #312D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D03; }
p { color: rgb(49,45,3); }
H1.HeaderClassName
{
color: #312D03;
}
.AnyTagClassName
{
color: #312D03;
}
</style>
background-color css
<style>
a { background-color: #312D03; }
a { background-color: rgb(49,45,3); }
div.DivClassName
{
background-color: #312D03;
}
.BgClassName
{
background-color: #312D03;
}
</style>
border-color css
<style>
span { border-color: #312D03; }
span { border-color: rgb(49,45,3); }
td.TdClassName
{
border-color: #312D03;
}
.TagClassName
{
border-color: #312D03;
}
</style>