Shades of Maire #323021
Tints of Maire #323021
RGB
CMYK
RGB Variations
Color information
#323021 (or 0x323021) is known color: Maire. HEX triplet: 32, 30 and 21. RGB value is (50,48,33). Sum of RGB (Red+Green+Blue) = 50+48+33=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #323021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323021 is #CDCFDE. Grayscale: #2E2E2E. Windows color (decimal): -13488095 or 2175026. OLE color: 2175026.
HSL color Cylindrical-coordinate representation of color #323021: hue angle of 52.94º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #323021 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 48 | 33 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.80 |
| HSL | 52.94º | 0.2% | 0.16% | - |
| HSV(B) | 52.94º | 0.34% | 0.2% | - |
| XYZ | 2.65 | 2.9 | 1.86 | - |
| YUV | 46.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 33 | 0 | 0.04 | 0.34 | 0.80 | 52.94 | 0.2 | 0.16 |
| Hex | 32 | 30 | 21 | 0 | 4 | 22 | 50 | 35 | 14 | 10 |
| Octal | 62 | 60 | 41 | 0 | 4 | 42 | 120 | 65 | 24 | 20 |
| Binary | 110010 | 110000 | 100001 | 0 | 100 | 100010 | 1010000 | 110101 | 10100 | 10000 |
Color Harmonies of #323021
Complementary color
Monochromatic Colors of #323021
Black with #323021
Text Example
Text Example
White with #323021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323021; }
p { color: rgb(50,48,33); }
H1.HeaderClassName
{
color: #323021;
}
.AnyTagClassName
{
color: #323021;
}
</style>
background-color css
<style>
a { background-color: #323021; }
a { background-color: rgb(50,48,33); }
div.DivClassName
{
background-color: #323021;
}
.BgClassName
{
background-color: #323021;
}
</style>
border-color css
<style>
span { border-color: #323021; }
span { border-color: rgb(50,48,33); }
td.TdClassName
{
border-color: #323021;
}
.TagClassName
{
border-color: #323021;
}
</style>