Shades of Maire #312B04
Tints of Maire #312B04
RGB
CMYK
RGB Variations
Color information
#312B04 (or 0x312B04) is known color: Maire. HEX triplet: 31, 2B and 04. RGB value is (49,43,4). Sum of RGB (Red+Green+Blue) = 49+43+4=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #312B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B04 is #CED4FB. Grayscale: #282828. Windows color (decimal): -13554940 or 273201. OLE color: 273201.
HSL color Cylindrical-coordinate representation of color #312B04: hue angle of 52º 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 #312B04 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 43 | 4 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.81 |
| HSL | 52º | 0.85% | 0.1% | - |
| HSV(B) | 52º | 0.92% | 0.19% | - |
| XYZ | 2.15 | 2.39 | 0.46 | - |
| YUV | 40.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 4 | 0 | 0.12 | 0.92 | 0.81 | 52 | 0.85 | 0.1 |
| Hex | 31 | 2B | 4 | 0 | C | 5C | 51 | 34 | 55 | A |
| Octal | 61 | 53 | 4 | 0 | 14 | 134 | 121 | 64 | 125 | 12 |
| Binary | 110001 | 101011 | 100 | 0 | 1100 | 1011100 | 1010001 | 110100 | 1010101 | 1010 |
Color Harmonies of #312B04
Complementary color
Monochromatic Colors of #312B04
Black with #312B04
Text Example
Text Example
White with #312B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B04; }
p { color: rgb(49,43,4); }
H1.HeaderClassName
{
color: #312B04;
}
.AnyTagClassName
{
color: #312B04;
}
</style>
background-color css
<style>
a { background-color: #312B04; }
a { background-color: rgb(49,43,4); }
div.DivClassName
{
background-color: #312B04;
}
.BgClassName
{
background-color: #312B04;
}
</style>
border-color css
<style>
span { border-color: #312B04; }
span { border-color: rgb(49,43,4); }
td.TdClassName
{
border-color: #312B04;
}
.TagClassName
{
border-color: #312B04;
}
</style>