Shades of Maire #2A2925
Tints of Maire #2A2925
RGB
CMYK
RGB Variations
Color information
#2A2925 (or 0x2A2925) is known color: Maire. HEX triplet: 2A, 29 and 25. RGB value is (42,41,37). Sum of RGB (Red+Green+Blue) = 42+41+37=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2925 is #D5D6DA. Grayscale: #282828. Windows color (decimal): -14014171 or 2435370. OLE color: 2435370.
HSL color Cylindrical-coordinate representation of color #2A2925: hue angle of 48º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2A2925 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 41 | 37 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.84 |
| HSL | 48º | 0.06% | 0.15% | - |
| HSV(B) | 48º | 0.12% | 0.16% | - |
| XYZ | 2.08 | 2.21 | 2.07 | - |
| YUV | 40.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 37 | 0 | 0.02 | 0.12 | 0.84 | 48 | 0.06 | 0.15 |
| Hex | 2A | 29 | 25 | 0 | 2 | C | 54 | 30 | 6 | F |
| Octal | 52 | 51 | 45 | 0 | 2 | 14 | 124 | 60 | 6 | 17 |
| Binary | 101010 | 101001 | 100101 | 0 | 10 | 1100 | 1010100 | 110000 | 110 | 1111 |
Color Harmonies of #2A2925
Complementary color
Monochromatic Colors of #2A2925
Black with #2A2925
Text Example
Text Example
White with #2A2925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2925; }
p { color: rgb(42,41,37); }
H1.HeaderClassName
{
color: #2A2925;
}
.AnyTagClassName
{
color: #2A2925;
}
</style>
background-color css
<style>
a { background-color: #2A2925; }
a { background-color: rgb(42,41,37); }
div.DivClassName
{
background-color: #2A2925;
}
.BgClassName
{
background-color: #2A2925;
}
</style>
border-color css
<style>
span { border-color: #2A2925; }
span { border-color: rgb(42,41,37); }
td.TdClassName
{
border-color: #2A2925;
}
.TagClassName
{
border-color: #2A2925;
}
</style>