Shades of Maire #29281F
Tints of Maire #29281F
RGB
CMYK
RGB Variations
Color information
#29281F (or 0x29281F) is known color: Maire. HEX triplet: 29, 28 and 1F. RGB value is (41,40,31). Sum of RGB (Red+Green+Blue) = 41+40+31=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 41 - color contains mainly: red. Hex color #29281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29281F is #D6D7E0. Grayscale: #272727. Windows color (decimal): -14079969 or 2041897. OLE color: 2041897.
HSL color Cylindrical-coordinate representation of color #29281F: hue angle of 54º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #29281F is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 40 | 31 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.84 |
| HSL | 54º | 0.14% | 0.14% | - |
| HSV(B) | 54º | 0.24% | 0.16% | - |
| XYZ | 1.92 | 2.09 | 1.6 | - |
| YUV | 39.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 31 | 0 | 0.02 | 0.24 | 0.84 | 54 | 0.14 | 0.14 |
| Hex | 29 | 28 | 1F | 0 | 2 | 18 | 54 | 36 | E | E |
| Octal | 51 | 50 | 37 | 0 | 2 | 30 | 124 | 66 | 16 | 16 |
| Binary | 101001 | 101000 | 11111 | 0 | 10 | 11000 | 1010100 | 110110 | 1110 | 1110 |
Color Harmonies of #29281F
Complementary color
Monochromatic Colors of #29281F
Black with #29281F
Text Example
Text Example
White with #29281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29281F; }
p { color: rgb(41,40,31); }
H1.HeaderClassName
{
color: #29281F;
}
.AnyTagClassName
{
color: #29281F;
}
</style>
background-color css
<style>
a { background-color: #29281F; }
a { background-color: rgb(41,40,31); }
div.DivClassName
{
background-color: #29281F;
}
.BgClassName
{
background-color: #29281F;
}
</style>
border-color css
<style>
span { border-color: #29281F; }
span { border-color: rgb(41,40,31); }
td.TdClassName
{
border-color: #29281F;
}
.TagClassName
{
border-color: #29281F;
}
</style>