Shades of Maire #291F00
Tints of Maire #291F00
RGB
CMYK
RGB Variations
Color information
#291F00 (or 0x291F00) is known color: Maire. HEX triplet: 29, 1F and 00. RGB value is (41,31,0). Sum of RGB (Red+Green+Blue) = 41+31+0=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #291F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291F00 is #D6E0FF. Grayscale: #1E1E1E. Windows color (decimal): -14082304 or 7977. OLE color: 7977.
HSL color Cylindrical-coordinate representation of color #291F00: hue angle of 45.37º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #291F00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 31 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.84 |
| HSL | 45.37º | 1% | 0.08% | - |
| HSV(B) | 45.37º | 1% | 0.16% | - |
| XYZ | 1.4 | 1.45 | 0.21 | - |
| YUV | 30.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 0 | 0 | 0.24 | 1 | 0.84 | 45.37 | 1 | 0.08 |
| Hex | 29 | 1F | 0 | 0 | 18 | 64 | 54 | 2D | 64 | 8 |
| Octal | 51 | 37 | 0 | 0 | 30 | 144 | 124 | 55 | 144 | 10 |
| Binary | 101001 | 11111 | 0 | 0 | 11000 | 1100100 | 1010100 | 101101 | 1100100 | 1000 |
Color Harmonies of #291F00
Complementary color
Monochromatic Colors of #291F00
Black with #291F00
Text Example
Text Example
White with #291F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F00; }
p { color: rgb(41,31,0); }
H1.HeaderClassName
{
color: #291F00;
}
.AnyTagClassName
{
color: #291F00;
}
</style>
background-color css
<style>
a { background-color: #291F00; }
a { background-color: rgb(41,31,0); }
div.DivClassName
{
background-color: #291F00;
}
.BgClassName
{
background-color: #291F00;
}
</style>
border-color css
<style>
span { border-color: #291F00; }
span { border-color: rgb(41,31,0); }
td.TdClassName
{
border-color: #291F00;
}
.TagClassName
{
border-color: #291F00;
}
</style>