Shades of Maire #292301
Tints of Maire #292301
RGB
CMYK
RGB Variations
Color information
#292301 (or 0x292301) is known color: Maire. HEX triplet: 29, 23 and 01. RGB value is (41,35,1). Sum of RGB (Red+Green+Blue) = 41+35+1=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #292301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292301 is #D6DCFE. Grayscale: #212121. Windows color (decimal): -14081279 or 74537. OLE color: 74537.
HSL color Cylindrical-coordinate representation of color #292301: hue angle of 51º 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 #292301 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 35 | 1 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.84 |
| HSL | 51º | 0.95% | 0.08% | - |
| HSV(B) | 51º | 0.98% | 0.16% | - |
| XYZ | 1.52 | 1.68 | 0.27 | - |
| YUV | 32.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 35 | 1 | 0 | 0.15 | 0.98 | 0.84 | 51 | 0.95 | 0.08 |
| Hex | 29 | 23 | 1 | 0 | F | 62 | 54 | 33 | 5F | 8 |
| Octal | 51 | 43 | 1 | 0 | 17 | 142 | 124 | 63 | 137 | 10 |
| Binary | 101001 | 100011 | 1 | 0 | 1111 | 1100010 | 1010100 | 110011 | 1011111 | 1000 |
Color Harmonies of #292301
Complementary color
Monochromatic Colors of #292301
Black with #292301
Text Example
Text Example
White with #292301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292301; }
p { color: rgb(41,35,1); }
H1.HeaderClassName
{
color: #292301;
}
.AnyTagClassName
{
color: #292301;
}
</style>
background-color css
<style>
a { background-color: #292301; }
a { background-color: rgb(41,35,1); }
div.DivClassName
{
background-color: #292301;
}
.BgClassName
{
background-color: #292301;
}
</style>
border-color css
<style>
span { border-color: #292301; }
span { border-color: rgb(41,35,1); }
td.TdClassName
{
border-color: #292301;
}
.TagClassName
{
border-color: #292301;
}
</style>