Shades of Maire #292903
Tints of Maire #292903
RGB
CMYK
RGB Variations
Color information
#292903 (or 0x292903) is known color: Maire. HEX triplet: 29, 29 and 03. RGB value is (41,41,3). Sum of RGB (Red+Green+Blue) = 41+41+3=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 41 - color contains mainly: red, green. Hex color #292903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292903 is #D6D6FC. Grayscale: #242424. Windows color (decimal): -14079741 or 207145. OLE color: 207145.
HSL color Cylindrical-coordinate representation of color #292903: hue angle of 60º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #292903 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 41 | 3 | - |
| CMYK | 0 | 0 | 0.93 | 0.84 |
| HSL | 60º | 0.86% | 0.09% | - |
| HSV(B) | 60º | 0.93% | 0.16% | - |
| XYZ | 1.72 | 2.06 | 0.39 | - |
| YUV | 36.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 41 | 3 | 0 | 0 | 0.93 | 0.84 | 60 | 0.86 | 0.09 |
| Hex | 29 | 29 | 3 | 0 | 0 | 5D | 54 | 3C | 56 | 9 |
| Octal | 51 | 51 | 3 | 0 | 0 | 135 | 124 | 74 | 126 | 11 |
| Binary | 101001 | 101001 | 11 | 0 | 0 | 1011101 | 1010100 | 111100 | 1010110 | 1001 |
Color Harmonies of #292903
Complementary color
Monochromatic Colors of #292903
Black with #292903
Text Example
Text Example
White with #292903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292903; }
p { color: rgb(41,41,3); }
H1.HeaderClassName
{
color: #292903;
}
.AnyTagClassName
{
color: #292903;
}
</style>
background-color css
<style>
a { background-color: #292903; }
a { background-color: rgb(41,41,3); }
div.DivClassName
{
background-color: #292903;
}
.BgClassName
{
background-color: #292903;
}
</style>
border-color css
<style>
span { border-color: #292903; }
span { border-color: rgb(41,41,3); }
td.TdClassName
{
border-color: #292903;
}
.TagClassName
{
border-color: #292903;
}
</style>