Shades of Maire #292002
Tints of Maire #292002
RGB
CMYK
RGB Variations
Color information
#292002 (or 0x292002) is known color: Maire. HEX triplet: 29, 20 and 02. RGB value is (41,32,2). Sum of RGB (Red+Green+Blue) = 41+32+2=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #292002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292002 is #D6DFFD. Grayscale: #1F1F1F. Windows color (decimal): -14082046 or 139305. OLE color: 139305.
HSL color Cylindrical-coordinate representation of color #292002: hue angle of 46.15º 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 #292002 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 32 | 2 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.84 |
| HSL | 46.15º | 0.91% | 0.08% | - |
| HSV(B) | 46.15º | 0.95% | 0.16% | - |
| XYZ | 1.44 | 1.51 | 0.27 | - |
| YUV | 31.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 32 | 2 | 0 | 0.22 | 0.95 | 0.84 | 46.15 | 0.91 | 0.08 |
| Hex | 29 | 20 | 2 | 0 | 16 | 5F | 54 | 2E | 5B | 8 |
| Octal | 51 | 40 | 2 | 0 | 26 | 137 | 124 | 56 | 133 | 10 |
| Binary | 101001 | 100000 | 10 | 0 | 10110 | 1011111 | 1010100 | 101110 | 1011011 | 1000 |
Color Harmonies of #292002
Complementary color
Monochromatic Colors of #292002
Black with #292002
Text Example
Text Example
White with #292002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292002; }
p { color: rgb(41,32,2); }
H1.HeaderClassName
{
color: #292002;
}
.AnyTagClassName
{
color: #292002;
}
</style>
background-color css
<style>
a { background-color: #292002; }
a { background-color: rgb(41,32,2); }
div.DivClassName
{
background-color: #292002;
}
.BgClassName
{
background-color: #292002;
}
</style>
border-color css
<style>
span { border-color: #292002; }
span { border-color: rgb(41,32,2); }
td.TdClassName
{
border-color: #292002;
}
.TagClassName
{
border-color: #292002;
}
</style>