Shades of Maire #312B09
Tints of Maire #312B09
RGB
CMYK
RGB Variations
Color information
#312B09 (or 0x312B09) is known color: Maire. HEX triplet: 31, 2B and 09. RGB value is (49,43,9). Sum of RGB (Red+Green+Blue) = 49+43+9=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 43 (17.19% from 255 or 42.57% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #312B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B09 is #CED4F6. Grayscale: #292929. Windows color (decimal): -13554935 or 600881. OLE color: 600881.
HSL color Cylindrical-coordinate representation of color #312B09: hue angle of 51º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312B09 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 43 | 9 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.81 |
| HSL | 51º | 0.69% | 0.11% | - |
| HSV(B) | 51º | 0.82% | 0.19% | - |
| XYZ | 2.18 | 2.4 | 0.61 | - |
| YUV | 40.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 9 | 0 | 0.12 | 0.82 | 0.81 | 51 | 0.69 | 0.11 |
| Hex | 31 | 2B | 9 | 0 | C | 52 | 51 | 33 | 45 | B |
| Octal | 61 | 53 | 11 | 0 | 14 | 122 | 121 | 63 | 105 | 13 |
| Binary | 110001 | 101011 | 1001 | 0 | 1100 | 1010010 | 1010001 | 110011 | 1000101 | 1011 |
Color Harmonies of #312B09
Complementary color
Monochromatic Colors of #312B09
Black with #312B09
Text Example
Text Example
White with #312B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B09; }
p { color: rgb(49,43,9); }
H1.HeaderClassName
{
color: #312B09;
}
.AnyTagClassName
{
color: #312B09;
}
</style>
background-color css
<style>
a { background-color: #312B09; }
a { background-color: rgb(49,43,9); }
div.DivClassName
{
background-color: #312B09;
}
.BgClassName
{
background-color: #312B09;
}
</style>
border-color css
<style>
span { border-color: #312B09; }
span { border-color: rgb(49,43,9); }
td.TdClassName
{
border-color: #312B09;
}
.TagClassName
{
border-color: #312B09;
}
</style>