Shades of Maire #291E02
Tints of Maire #291E02
RGB
CMYK
RGB Variations
Color information
#291E02 (or 0x291E02) is known color: Maire. HEX triplet: 29, 1E and 02. RGB value is (41,30,2). Sum of RGB (Red+Green+Blue) = 41+30+2=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #291E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291E02 is #D6E1FD. Grayscale: #1E1E1E. Windows color (decimal): -14082558 or 138793. OLE color: 138793.
HSL color Cylindrical-coordinate representation of color #291E02: hue angle of 43.08º 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 #291E02 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 30 | 2 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.84 |
| HSL | 43.08º | 0.91% | 0.08% | - |
| HSV(B) | 43.08º | 0.95% | 0.16% | - |
| XYZ | 1.39 | 1.4 | 0.26 | - |
| YUV | 30.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 2 | 0 | 0.27 | 0.95 | 0.84 | 43.08 | 0.91 | 0.08 |
| Hex | 29 | 1E | 2 | 0 | 1B | 5F | 54 | 2B | 5B | 8 |
| Octal | 51 | 36 | 2 | 0 | 33 | 137 | 124 | 53 | 133 | 10 |
| Binary | 101001 | 11110 | 10 | 0 | 11011 | 1011111 | 1010100 | 101011 | 1011011 | 1000 |
Color Harmonies of #291E02
Complementary color
Monochromatic Colors of #291E02
Black with #291E02
Text Example
Text Example
White with #291E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E02; }
p { color: rgb(41,30,2); }
H1.HeaderClassName
{
color: #291E02;
}
.AnyTagClassName
{
color: #291E02;
}
</style>
background-color css
<style>
a { background-color: #291E02; }
a { background-color: rgb(41,30,2); }
div.DivClassName
{
background-color: #291E02;
}
.BgClassName
{
background-color: #291E02;
}
</style>
border-color css
<style>
span { border-color: #291E02; }
span { border-color: rgb(41,30,2); }
td.TdClassName
{
border-color: #291E02;
}
.TagClassName
{
border-color: #291E02;
}
</style>