Shades of Maire #2A2307
Tints of Maire #2A2307
RGB
CMYK
RGB Variations
Color information
#2A2307 (or 0x2A2307) is known color: Maire. HEX triplet: 2A, 23 and 07. RGB value is (42,35,7). Sum of RGB (Red+Green+Blue) = 42+35+7=84 (11% of max value = 765). Red value is 42 (16.80% from 255 or 50% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2307 is #D5DCF8. Grayscale: #222222. Windows color (decimal): -14015737 or 467754. OLE color: 467754.
HSL color Cylindrical-coordinate representation of color #2A2307: hue angle of 48º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A2307 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 35 | 7 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.84 |
| HSL | 48º | 0.71% | 0.1% | - |
| HSV(B) | 48º | 0.83% | 0.16% | - |
| XYZ | 1.59 | 1.71 | 0.45 | - |
| YUV | 33.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 7 | 0 | 0.17 | 0.83 | 0.84 | 48 | 0.71 | 0.1 |
| Hex | 2A | 23 | 7 | 0 | 11 | 53 | 54 | 30 | 47 | A |
| Octal | 52 | 43 | 7 | 0 | 21 | 123 | 124 | 60 | 107 | 12 |
| Binary | 101010 | 100011 | 111 | 0 | 10001 | 1010011 | 1010100 | 110000 | 1000111 | 1010 |
Color Harmonies of #2A2307
Complementary color
Monochromatic Colors of #2A2307
Black with #2A2307
Text Example
Text Example
White with #2A2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2307; }
p { color: rgb(42,35,7); }
H1.HeaderClassName
{
color: #2A2307;
}
.AnyTagClassName
{
color: #2A2307;
}
</style>
background-color css
<style>
a { background-color: #2A2307; }
a { background-color: rgb(42,35,7); }
div.DivClassName
{
background-color: #2A2307;
}
.BgClassName
{
background-color: #2A2307;
}
</style>
border-color css
<style>
span { border-color: #2A2307; }
span { border-color: rgb(42,35,7); }
td.TdClassName
{
border-color: #2A2307;
}
.TagClassName
{
border-color: #2A2307;
}
</style>