Shades of Maire #312A09
Tints of Maire #312A09
RGB
CMYK
RGB Variations
Color information
#312A09 (or 0x312A09) is known color: Maire. HEX triplet: 31, 2A and 09. RGB value is (49,42,9). Sum of RGB (Red+Green+Blue) = 49+42+9=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #312A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A09 is #CED5F6. Grayscale: #282828. Windows color (decimal): -13555191 or 600625. OLE color: 600625.
HSL color Cylindrical-coordinate representation of color #312A09: hue angle of 49.5º 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 #312A09 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 9 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.81 |
| HSL | 49.5º | 0.69% | 0.11% | - |
| HSV(B) | 49.5º | 0.82% | 0.19% | - |
| XYZ | 2.14 | 2.33 | 0.59 | - |
| YUV | 40.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 9 | 0 | 0.14 | 0.82 | 0.81 | 49.5 | 0.69 | 0.11 |
| Hex | 31 | 2A | 9 | 0 | E | 52 | 51 | 32 | 45 | B |
| Octal | 61 | 52 | 11 | 0 | 16 | 122 | 121 | 62 | 105 | 13 |
| Binary | 110001 | 101010 | 1001 | 0 | 1110 | 1010010 | 1010001 | 110010 | 1000101 | 1011 |
Color Harmonies of #312A09
Complementary color
Monochromatic Colors of #312A09
Black with #312A09
Text Example
Text Example
White with #312A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A09; }
p { color: rgb(49,42,9); }
H1.HeaderClassName
{
color: #312A09;
}
.AnyTagClassName
{
color: #312A09;
}
</style>
background-color css
<style>
a { background-color: #312A09; }
a { background-color: rgb(49,42,9); }
div.DivClassName
{
background-color: #312A09;
}
.BgClassName
{
background-color: #312A09;
}
</style>
border-color css
<style>
span { border-color: #312A09; }
span { border-color: rgb(49,42,9); }
td.TdClassName
{
border-color: #312A09;
}
.TagClassName
{
border-color: #312A09;
}
</style>