Shades of Maire #312B03
Tints of Maire #312B03
RGB
CMYK
RGB Variations
Color information
#312B03 (or 0x312B03) is known color: Maire. HEX triplet: 31, 2B and 03. RGB value is (49,43,3). Sum of RGB (Red+Green+Blue) = 49+43+3=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #312B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B03 is #CED4FC. Grayscale: #282828. Windows color (decimal): -13554941 or 207665. OLE color: 207665.
HSL color Cylindrical-coordinate representation of color #312B03: hue angle of 52.17º 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 #312B03 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 43 | 3 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.81 |
| HSL | 52.17º | 0.88% | 0.1% | - |
| HSV(B) | 52.17º | 0.94% | 0.19% | - |
| XYZ | 2.15 | 2.39 | 0.43 | - |
| YUV | 40.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 3 | 0 | 0.12 | 0.94 | 0.81 | 52.17 | 0.88 | 0.1 |
| Hex | 31 | 2B | 3 | 0 | C | 5E | 51 | 34 | 58 | A |
| Octal | 61 | 53 | 3 | 0 | 14 | 136 | 121 | 64 | 130 | 12 |
| Binary | 110001 | 101011 | 11 | 0 | 1100 | 1011110 | 1010001 | 110100 | 1011000 | 1010 |
Color Harmonies of #312B03
Complementary color
Monochromatic Colors of #312B03
Black with #312B03
Text Example
Text Example
White with #312B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B03; }
p { color: rgb(49,43,3); }
H1.HeaderClassName
{
color: #312B03;
}
.AnyTagClassName
{
color: #312B03;
}
</style>
background-color css
<style>
a { background-color: #312B03; }
a { background-color: rgb(49,43,3); }
div.DivClassName
{
background-color: #312B03;
}
.BgClassName
{
background-color: #312B03;
}
</style>
border-color css
<style>
span { border-color: #312B03; }
span { border-color: rgb(49,43,3); }
td.TdClassName
{
border-color: #312B03;
}
.TagClassName
{
border-color: #312B03;
}
</style>