Shades of Maire #291F06
Tints of Maire #291F06
RGB
CMYK
RGB Variations
Color information
#291F06 (or 0x291F06) is known color: Maire. HEX triplet: 29, 1F and 06. RGB value is (41,31,6). Sum of RGB (Red+Green+Blue) = 41+31+6=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #291F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291F06 is #D6E0F9. Grayscale: #1F1F1F. Windows color (decimal): -14082298 or 401193. OLE color: 401193.
HSL color Cylindrical-coordinate representation of color #291F06: hue angle of 42.86º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291F06 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 31 | 6 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.84 |
| HSL | 42.86º | 0.74% | 0.09% | - |
| HSV(B) | 42.86º | 0.85% | 0.16% | - |
| XYZ | 1.44 | 1.46 | 0.38 | - |
| YUV | 31.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 6 | 0 | 0.24 | 0.85 | 0.84 | 42.86 | 0.74 | 0.09 |
| Hex | 29 | 1F | 6 | 0 | 18 | 55 | 54 | 2B | 4A | 9 |
| Octal | 51 | 37 | 6 | 0 | 30 | 125 | 124 | 53 | 112 | 11 |
| Binary | 101001 | 11111 | 110 | 0 | 11000 | 1010101 | 1010100 | 101011 | 1001010 | 1001 |
Color Harmonies of #291F06
Complementary color
Monochromatic Colors of #291F06
Black with #291F06
Text Example
Text Example
White with #291F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F06; }
p { color: rgb(41,31,6); }
H1.HeaderClassName
{
color: #291F06;
}
.AnyTagClassName
{
color: #291F06;
}
</style>
background-color css
<style>
a { background-color: #291F06; }
a { background-color: rgb(41,31,6); }
div.DivClassName
{
background-color: #291F06;
}
.BgClassName
{
background-color: #291F06;
}
</style>
border-color css
<style>
span { border-color: #291F06; }
span { border-color: rgb(41,31,6); }
td.TdClassName
{
border-color: #291F06;
}
.TagClassName
{
border-color: #291F06;
}
</style>