Shades of Maire #322E10
Tints of Maire #322E10
RGB
CMYK
RGB Variations
Color information
#322E10 (or 0x322E10) is known color: Maire. HEX triplet: 32, 2E and 10. RGB value is (50,46,16). Sum of RGB (Red+Green+Blue) = 50+46+16=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #322E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E10 is #CDD1EF. Grayscale: #2B2B2B. Windows color (decimal): -13488624 or 1060402. OLE color: 1060402.
HSL color Cylindrical-coordinate representation of color #322E10: hue angle of 52.94º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #322E10 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 16 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.80 |
| HSL | 52.94º | 0.52% | 0.13% | - |
| HSV(B) | 52.94º | 0.68% | 0.2% | - |
| XYZ | 2.39 | 2.67 | 0.88 | - |
| YUV | 43.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 16 | 0 | 0.08 | 0.68 | 0.80 | 52.94 | 0.52 | 0.13 |
| Hex | 32 | 2E | 10 | 0 | 8 | 44 | 50 | 35 | 34 | D |
| Octal | 62 | 56 | 20 | 0 | 10 | 104 | 120 | 65 | 64 | 15 |
| Binary | 110010 | 101110 | 10000 | 0 | 1000 | 1000100 | 1010000 | 110101 | 110100 | 1101 |
Color Harmonies of #322E10
Complementary color
Monochromatic Colors of #322E10
Black with #322E10
Text Example
Text Example
White with #322E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E10; }
p { color: rgb(50,46,16); }
H1.HeaderClassName
{
color: #322E10;
}
.AnyTagClassName
{
color: #322E10;
}
</style>
background-color css
<style>
a { background-color: #322E10; }
a { background-color: rgb(50,46,16); }
div.DivClassName
{
background-color: #322E10;
}
.BgClassName
{
background-color: #322E10;
}
</style>
border-color css
<style>
span { border-color: #322E10; }
span { border-color: rgb(50,46,16); }
td.TdClassName
{
border-color: #322E10;
}
.TagClassName
{
border-color: #322E10;
}
</style>