Shades of Maire #322F10
Tints of Maire #322F10
RGB
CMYK
RGB Variations
Color information
#322F10 (or 0x322F10) is known color: Maire. HEX triplet: 32, 2F and 10. RGB value is (50,47,16). Sum of RGB (Red+Green+Blue) = 50+47+16=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #322F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322F10 is #CDD0EF. Grayscale: #2C2C2C. Windows color (decimal): -13488368 or 1060658. OLE color: 1060658.
HSL color Cylindrical-coordinate representation of color #322F10: hue angle of 54.71º 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 #322F10 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 16 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.80 |
| HSL | 54.71º | 0.52% | 0.13% | - |
| HSV(B) | 54.71º | 0.68% | 0.2% | - |
| XYZ | 2.43 | 2.75 | 0.89 | - |
| YUV | 44.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 16 | 0 | 0.06 | 0.68 | 0.80 | 54.71 | 0.52 | 0.13 |
| Hex | 32 | 2F | 10 | 0 | 6 | 44 | 50 | 37 | 34 | D |
| Octal | 62 | 57 | 20 | 0 | 6 | 104 | 120 | 67 | 64 | 15 |
| Binary | 110010 | 101111 | 10000 | 0 | 110 | 1000100 | 1010000 | 110111 | 110100 | 1101 |
Color Harmonies of #322F10
Complementary color
Monochromatic Colors of #322F10
Black with #322F10
Text Example
Text Example
White with #322F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F10; }
p { color: rgb(50,47,16); }
H1.HeaderClassName
{
color: #322F10;
}
.AnyTagClassName
{
color: #322F10;
}
</style>
background-color css
<style>
a { background-color: #322F10; }
a { background-color: rgb(50,47,16); }
div.DivClassName
{
background-color: #322F10;
}
.BgClassName
{
background-color: #322F10;
}
</style>
border-color css
<style>
span { border-color: #322F10; }
span { border-color: rgb(50,47,16); }
td.TdClassName
{
border-color: #322F10;
}
.TagClassName
{
border-color: #322F10;
}
</style>