Shades of Maire #312A08
Tints of Maire #312A08
RGB
CMYK
RGB Variations
Color information
#312A08 (or 0x312A08) is known color: Maire. HEX triplet: 31, 2A and 08. RGB value is (49,42,8). Sum of RGB (Red+Green+Blue) = 49+42+8=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #312A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A08 is #CED5F7. Grayscale: #282828. Windows color (decimal): -13555192 or 535089. OLE color: 535089.
HSL color Cylindrical-coordinate representation of color #312A08: hue angle of 49.76º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #312A08 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 8 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.81 |
| HSL | 49.76º | 0.72% | 0.11% | - |
| HSV(B) | 49.76º | 0.84% | 0.19% | - |
| XYZ | 2.14 | 2.33 | 0.57 | - |
| YUV | 40.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 8 | 0 | 0.14 | 0.84 | 0.81 | 49.76 | 0.72 | 0.11 |
| Hex | 31 | 2A | 8 | 0 | E | 54 | 51 | 32 | 48 | B |
| Octal | 61 | 52 | 10 | 0 | 16 | 124 | 121 | 62 | 110 | 13 |
| Binary | 110001 | 101010 | 1000 | 0 | 1110 | 1010100 | 1010001 | 110010 | 1001000 | 1011 |
Color Harmonies of #312A08
Complementary color
Monochromatic Colors of #312A08
Black with #312A08
Text Example
Text Example
White with #312A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A08; }
p { color: rgb(49,42,8); }
H1.HeaderClassName
{
color: #312A08;
}
.AnyTagClassName
{
color: #312A08;
}
</style>
background-color css
<style>
a { background-color: #312A08; }
a { background-color: rgb(49,42,8); }
div.DivClassName
{
background-color: #312A08;
}
.BgClassName
{
background-color: #312A08;
}
</style>
border-color css
<style>
span { border-color: #312A08; }
span { border-color: rgb(49,42,8); }
td.TdClassName
{
border-color: #312A08;
}
.TagClassName
{
border-color: #312A08;
}
</style>