Shades of Maire #291F02
Tints of Maire #291F02
RGB
CMYK
RGB Variations
Color information
#291F02 (or 0x291F02) is known color: Maire. HEX triplet: 29, 1F and 02. RGB value is (41,31,2). Sum of RGB (Red+Green+Blue) = 41+31+2=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #291F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291F02 is #D6E0FD. Grayscale: #1E1E1E. Windows color (decimal): -14082302 or 139049. OLE color: 139049.
HSL color Cylindrical-coordinate representation of color #291F02: hue angle of 44.62º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #291F02 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 31 | 2 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.84 |
| HSL | 44.62º | 0.91% | 0.08% | - |
| HSV(B) | 44.62º | 0.95% | 0.16% | - |
| XYZ | 1.42 | 1.46 | 0.26 | - |
| YUV | 30.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 2 | 0 | 0.24 | 0.95 | 0.84 | 44.62 | 0.91 | 0.08 |
| Hex | 29 | 1F | 2 | 0 | 18 | 5F | 54 | 2D | 5B | 8 |
| Octal | 51 | 37 | 2 | 0 | 30 | 137 | 124 | 55 | 133 | 10 |
| Binary | 101001 | 11111 | 10 | 0 | 11000 | 1011111 | 1010100 | 101101 | 1011011 | 1000 |
Color Harmonies of #291F02
Complementary color
Monochromatic Colors of #291F02
Black with #291F02
Text Example
Text Example
White with #291F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F02; }
p { color: rgb(41,31,2); }
H1.HeaderClassName
{
color: #291F02;
}
.AnyTagClassName
{
color: #291F02;
}
</style>
background-color css
<style>
a { background-color: #291F02; }
a { background-color: rgb(41,31,2); }
div.DivClassName
{
background-color: #291F02;
}
.BgClassName
{
background-color: #291F02;
}
</style>
border-color css
<style>
span { border-color: #291F02; }
span { border-color: rgb(41,31,2); }
td.TdClassName
{
border-color: #291F02;
}
.TagClassName
{
border-color: #291F02;
}
</style>