Shades of Maire #322E16
Tints of Maire #322E16
RGB
CMYK
RGB Variations
Color information
#322E16 (or 0x322E16) is known color: Maire. HEX triplet: 32, 2E and 16. RGB value is (50,46,22). Sum of RGB (Red+Green+Blue) = 50+46+22=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #322E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E16 is #CDD1E9. Grayscale: #2C2C2C. Windows color (decimal): -13488618 or 1453618. OLE color: 1453618.
HSL color Cylindrical-coordinate representation of color #322E16: hue angle of 51.43º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #322E16 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 22 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.80 |
| HSL | 51.43º | 0.39% | 0.14% | - |
| HSV(B) | 51.43º | 0.56% | 0.2% | - |
| XYZ | 2.44 | 2.69 | 1.15 | - |
| YUV | 44.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 22 | 0 | 0.08 | 0.56 | 0.80 | 51.43 | 0.39 | 0.14 |
| Hex | 32 | 2E | 16 | 0 | 8 | 38 | 50 | 33 | 27 | E |
| Octal | 62 | 56 | 26 | 0 | 10 | 70 | 120 | 63 | 47 | 16 |
| Binary | 110010 | 101110 | 10110 | 0 | 1000 | 111000 | 1010000 | 110011 | 100111 | 1110 |
Color Harmonies of #322E16
Complementary color
Monochromatic Colors of #322E16
Black with #322E16
Text Example
Text Example
White with #322E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E16; }
p { color: rgb(50,46,22); }
H1.HeaderClassName
{
color: #322E16;
}
.AnyTagClassName
{
color: #322E16;
}
</style>
background-color css
<style>
a { background-color: #322E16; }
a { background-color: rgb(50,46,22); }
div.DivClassName
{
background-color: #322E16;
}
.BgClassName
{
background-color: #322E16;
}
</style>
border-color css
<style>
span { border-color: #322E16; }
span { border-color: rgb(50,46,22); }
td.TdClassName
{
border-color: #322E16;
}
.TagClassName
{
border-color: #322E16;
}
</style>