Shades of Maire #322F15
Tints of Maire #322F15
RGB
CMYK
RGB Variations
Color information
#322F15 (or 0x322F15) is known color: Maire. HEX triplet: 32, 2F and 15. RGB value is (50,47,21). Sum of RGB (Red+Green+Blue) = 50+47+21=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #322F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322F15 is #CDD0EA. Grayscale: #2D2D2D. Windows color (decimal): -13488363 or 1388338. OLE color: 1388338.
HSL color Cylindrical-coordinate representation of color #322F15: hue angle of 53.79º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #322F15 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 21 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.80 |
| HSL | 53.79º | 0.41% | 0.14% | - |
| HSV(B) | 53.79º | 0.58% | 0.2% | - |
| XYZ | 2.47 | 2.77 | 1.11 | - |
| YUV | 44.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 21 | 0 | 0.06 | 0.58 | 0.80 | 53.79 | 0.41 | 0.14 |
| Hex | 32 | 2F | 15 | 0 | 6 | 3A | 50 | 36 | 29 | E |
| Octal | 62 | 57 | 25 | 0 | 6 | 72 | 120 | 66 | 51 | 16 |
| Binary | 110010 | 101111 | 10101 | 0 | 110 | 111010 | 1010000 | 110110 | 101001 | 1110 |
Color Harmonies of #322F15
Complementary color
Monochromatic Colors of #322F15
Black with #322F15
Text Example
Text Example
White with #322F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F15; }
p { color: rgb(50,47,21); }
H1.HeaderClassName
{
color: #322F15;
}
.AnyTagClassName
{
color: #322F15;
}
</style>
background-color css
<style>
a { background-color: #322F15; }
a { background-color: rgb(50,47,21); }
div.DivClassName
{
background-color: #322F15;
}
.BgClassName
{
background-color: #322F15;
}
</style>
border-color css
<style>
span { border-color: #322F15; }
span { border-color: rgb(50,47,21); }
td.TdClassName
{
border-color: #322F15;
}
.TagClassName
{
border-color: #322F15;
}
</style>