Shades of Maire #2A2619
Tints of Maire #2A2619
RGB
CMYK
RGB Variations
Color information
#2A2619 (or 0x2A2619) is known color: Maire. HEX triplet: 2A, 26 and 19. RGB value is (42,38,25). Sum of RGB (Red+Green+Blue) = 42+38+25=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2619 is #D5D9E6. Grayscale: #252525. Windows color (decimal): -14014951 or 1648170. OLE color: 1648170.
HSL color Cylindrical-coordinate representation of color #2A2619: hue angle of 45.88º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A2619 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 38 | 25 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.84 |
| HSL | 45.88º | 0.25% | 0.13% | - |
| HSV(B) | 45.88º | 0.4% | 0.16% | - |
| XYZ | 1.82 | 1.95 | 1.2 | - |
| YUV | 37.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 25 | 0 | 0.10 | 0.40 | 0.84 | 45.88 | 0.25 | 0.13 |
| Hex | 2A | 26 | 19 | 0 | A | 28 | 54 | 2E | 19 | D |
| Octal | 52 | 46 | 31 | 0 | 12 | 50 | 124 | 56 | 31 | 15 |
| Binary | 101010 | 100110 | 11001 | 0 | 1010 | 101000 | 1010100 | 101110 | 11001 | 1101 |
Color Harmonies of #2A2619
Complementary color
Monochromatic Colors of #2A2619
Black with #2A2619
Text Example
Text Example
White with #2A2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2619; }
p { color: rgb(42,38,25); }
H1.HeaderClassName
{
color: #2A2619;
}
.AnyTagClassName
{
color: #2A2619;
}
</style>
background-color css
<style>
a { background-color: #2A2619; }
a { background-color: rgb(42,38,25); }
div.DivClassName
{
background-color: #2A2619;
}
.BgClassName
{
background-color: #2A2619;
}
</style>
border-color css
<style>
span { border-color: #2A2619; }
span { border-color: rgb(42,38,25); }
td.TdClassName
{
border-color: #2A2619;
}
.TagClassName
{
border-color: #2A2619;
}
</style>