Shades of Maire #322F16
Tints of Maire #322F16
RGB
CMYK
RGB Variations
Color information
#322F16 (or 0x322F16) is known color: Maire. HEX triplet: 32, 2F and 16. RGB value is (50,47,22). Sum of RGB (Red+Green+Blue) = 50+47+22=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322F16 is #CDD0E9. Grayscale: #2D2D2D. Windows color (decimal): -13488362 or 1453874. OLE color: 1453874.
HSL color Cylindrical-coordinate representation of color #322F16: hue angle of 53.57º 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 #322F16 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 22 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.80 |
| HSL | 53.57º | 0.39% | 0.14% | - |
| HSV(B) | 53.57º | 0.56% | 0.2% | - |
| XYZ | 2.48 | 2.77 | 1.16 | - |
| YUV | 45.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 22 | 0 | 0.06 | 0.56 | 0.80 | 53.57 | 0.39 | 0.14 |
| Hex | 32 | 2F | 16 | 0 | 6 | 38 | 50 | 36 | 27 | E |
| Octal | 62 | 57 | 26 | 0 | 6 | 70 | 120 | 66 | 47 | 16 |
| Binary | 110010 | 101111 | 10110 | 0 | 110 | 111000 | 1010000 | 110110 | 100111 | 1110 |
Color Harmonies of #322F16
Complementary color
Monochromatic Colors of #322F16
Black with #322F16
Text Example
Text Example
White with #322F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F16; }
p { color: rgb(50,47,22); }
H1.HeaderClassName
{
color: #322F16;
}
.AnyTagClassName
{
color: #322F16;
}
</style>
background-color css
<style>
a { background-color: #322F16; }
a { background-color: rgb(50,47,22); }
div.DivClassName
{
background-color: #322F16;
}
.BgClassName
{
background-color: #322F16;
}
</style>
border-color css
<style>
span { border-color: #322F16; }
span { border-color: rgb(50,47,22); }
td.TdClassName
{
border-color: #322F16;
}
.TagClassName
{
border-color: #322F16;
}
</style>