Shades of Maire #29251B
Tints of Maire #29251B
RGB
CMYK
RGB Variations
Color information
#29251B (or 0x29251B) is known color: Maire. HEX triplet: 29, 25 and 1B. RGB value is (41,37,27). Sum of RGB (Red+Green+Blue) = 41+37+27=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 41 - color contains mainly: red. Hex color #29251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29251B is #D6DAE4. Grayscale: #252525. Windows color (decimal): -14080741 or 1778985. OLE color: 1778985.
HSL color Cylindrical-coordinate representation of color #29251B: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #29251B is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 37 | 27 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.84 |
| HSL | 42.86º | 0.21% | 0.13% | - |
| HSV(B) | 42.86º | 0.34% | 0.16% | - |
| XYZ | 1.77 | 1.87 | 1.31 | - |
| YUV | 37.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 37 | 27 | 0 | 0.10 | 0.34 | 0.84 | 42.86 | 0.21 | 0.13 |
| Hex | 29 | 25 | 1B | 0 | A | 22 | 54 | 2B | 15 | D |
| Octal | 51 | 45 | 33 | 0 | 12 | 42 | 124 | 53 | 25 | 15 |
| Binary | 101001 | 100101 | 11011 | 0 | 1010 | 100010 | 1010100 | 101011 | 10101 | 1101 |
Color Harmonies of #29251B
Complementary color
Monochromatic Colors of #29251B
Black with #29251B
Text Example
Text Example
White with #29251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29251B; }
p { color: rgb(41,37,27); }
H1.HeaderClassName
{
color: #29251B;
}
.AnyTagClassName
{
color: #29251B;
}
</style>
background-color css
<style>
a { background-color: #29251B; }
a { background-color: rgb(41,37,27); }
div.DivClassName
{
background-color: #29251B;
}
.BgClassName
{
background-color: #29251B;
}
</style>
border-color css
<style>
span { border-color: #29251B; }
span { border-color: rgb(41,37,27); }
td.TdClassName
{
border-color: #29251B;
}
.TagClassName
{
border-color: #29251B;
}
</style>