Shades of Maire #322D0F
Tints of Maire #322D0F
RGB
CMYK
RGB Variations
Color information
#322D0F (or 0x322D0F) is known color: Maire. HEX triplet: 32, 2D and 0F. RGB value is (50,45,15). Sum of RGB (Red+Green+Blue) = 50+45+15=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #322D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322D0F is #CDD2F0. Grayscale: #2B2B2B. Windows color (decimal): -13488881 or 994610. OLE color: 994610.
HSL color Cylindrical-coordinate representation of color #322D0F: hue angle of 51.43º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322D0F is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 15 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.80 |
| HSL | 51.43º | 0.54% | 0.13% | - |
| HSV(B) | 51.43º | 0.7% | 0.2% | - |
| XYZ | 2.34 | 2.59 | 0.83 | - |
| YUV | 43.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 15 | 0 | 0.10 | 0.70 | 0.80 | 51.43 | 0.54 | 0.13 |
| Hex | 32 | 2D | F | 0 | A | 46 | 50 | 33 | 36 | D |
| Octal | 62 | 55 | 17 | 0 | 12 | 106 | 120 | 63 | 66 | 15 |
| Binary | 110010 | 101101 | 1111 | 0 | 1010 | 1000110 | 1010000 | 110011 | 110110 | 1101 |
Color Harmonies of #322D0F
Complementary color
Monochromatic Colors of #322D0F
Black with #322D0F
Text Example
Text Example
White with #322D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D0F; }
p { color: rgb(50,45,15); }
H1.HeaderClassName
{
color: #322D0F;
}
.AnyTagClassName
{
color: #322D0F;
}
</style>
background-color css
<style>
a { background-color: #322D0F; }
a { background-color: rgb(50,45,15); }
div.DivClassName
{
background-color: #322D0F;
}
.BgClassName
{
background-color: #322D0F;
}
</style>
border-color css
<style>
span { border-color: #322D0F; }
span { border-color: rgb(50,45,15); }
td.TdClassName
{
border-color: #322D0F;
}
.TagClassName
{
border-color: #322D0F;
}
</style>