Shades of Maire #312804
Tints of Maire #312804
RGB
CMYK
RGB Variations
Color information
#312804 (or 0x312804) is known color: Maire. HEX triplet: 31, 28 and 04. RGB value is (49,40,4). Sum of RGB (Red+Green+Blue) = 49+40+4=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #312804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312804 is #CED7FB. Grayscale: #262626. Windows color (decimal): -13555708 or 272433. OLE color: 272433.
HSL color Cylindrical-coordinate representation of color #312804: hue angle of 48º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #312804 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 40 | 4 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.81 |
| HSL | 48º | 0.85% | 0.1% | - |
| HSV(B) | 48º | 0.92% | 0.19% | - |
| XYZ | 2.05 | 2.18 | 0.43 | - |
| YUV | 38.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 4 | 0 | 0.18 | 0.92 | 0.81 | 48 | 0.85 | 0.1 |
| Hex | 31 | 28 | 4 | 0 | 12 | 5C | 51 | 30 | 55 | A |
| Octal | 61 | 50 | 4 | 0 | 22 | 134 | 121 | 60 | 125 | 12 |
| Binary | 110001 | 101000 | 100 | 0 | 10010 | 1011100 | 1010001 | 110000 | 1010101 | 1010 |
Color Harmonies of #312804
Complementary color
Monochromatic Colors of #312804
Black with #312804
Text Example
Text Example
White with #312804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312804; }
p { color: rgb(49,40,4); }
H1.HeaderClassName
{
color: #312804;
}
.AnyTagClassName
{
color: #312804;
}
</style>
background-color css
<style>
a { background-color: #312804; }
a { background-color: rgb(49,40,4); }
div.DivClassName
{
background-color: #312804;
}
.BgClassName
{
background-color: #312804;
}
</style>
border-color css
<style>
span { border-color: #312804; }
span { border-color: rgb(49,40,4); }
td.TdClassName
{
border-color: #312804;
}
.TagClassName
{
border-color: #312804;
}
</style>