Shades of Maire #292001
Tints of Maire #292001
RGB
CMYK
RGB Variations
Color information
#292001 (or 0x292001) is known color: Maire. HEX triplet: 29, 20 and 01. RGB value is (41,32,1). Sum of RGB (Red+Green+Blue) = 41+32+1=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #292001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292001 is #D6DFFE. Grayscale: #1F1F1F. Windows color (decimal): -14082047 or 73769. OLE color: 73769.
HSL color Cylindrical-coordinate representation of color #292001: hue angle of 46.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #292001 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 32 | 1 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.84 |
| HSL | 46.5º | 0.95% | 0.08% | - |
| HSV(B) | 46.5º | 0.98% | 0.16% | - |
| XYZ | 1.44 | 1.51 | 0.24 | - |
| YUV | 31.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 32 | 1 | 0 | 0.22 | 0.98 | 0.84 | 46.5 | 0.95 | 0.08 |
| Hex | 29 | 20 | 1 | 0 | 16 | 62 | 54 | 2E | 5F | 8 |
| Octal | 51 | 40 | 1 | 0 | 26 | 142 | 124 | 56 | 137 | 10 |
| Binary | 101001 | 100000 | 1 | 0 | 10110 | 1100010 | 1010100 | 101110 | 1011111 | 1000 |
Color Harmonies of #292001
Complementary color
Monochromatic Colors of #292001
Black with #292001
Text Example
Text Example
White with #292001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292001; }
p { color: rgb(41,32,1); }
H1.HeaderClassName
{
color: #292001;
}
.AnyTagClassName
{
color: #292001;
}
</style>
background-color css
<style>
a { background-color: #292001; }
a { background-color: rgb(41,32,1); }
div.DivClassName
{
background-color: #292001;
}
.BgClassName
{
background-color: #292001;
}
</style>
border-color css
<style>
span { border-color: #292001; }
span { border-color: rgb(41,32,1); }
td.TdClassName
{
border-color: #292001;
}
.TagClassName
{
border-color: #292001;
}
</style>