Shades of Maire #322D1C
Tints of Maire #322D1C
RGB
CMYK
RGB Variations
Color information
#322D1C (or 0x322D1C) is known color: Maire. HEX triplet: 32, 2D and 1C. RGB value is (50,45,28). Sum of RGB (Red+Green+Blue) = 50+45+28=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #322D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D1C is #CDD2E3. Grayscale: #2C2C2C. Windows color (decimal): -13488868 or 1846578. OLE color: 1846578.
HSL color Cylindrical-coordinate representation of color #322D1C: hue angle of 46.36º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #322D1C is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 28 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.80 |
| HSL | 46.36º | 0.28% | 0.15% | - |
| HSV(B) | 46.36º | 0.44% | 0.2% | - |
| XYZ | 2.46 | 2.64 | 1.48 | - |
| YUV | 44.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 28 | 0 | 0.10 | 0.44 | 0.80 | 46.36 | 0.28 | 0.15 |
| Hex | 32 | 2D | 1C | 0 | A | 2C | 50 | 2E | 1C | F |
| Octal | 62 | 55 | 34 | 0 | 12 | 54 | 120 | 56 | 34 | 17 |
| Binary | 110010 | 101101 | 11100 | 0 | 1010 | 101100 | 1010000 | 101110 | 11100 | 1111 |
Color Harmonies of #322D1C
Complementary color
Monochromatic Colors of #322D1C
Black with #322D1C
Text Example
Text Example
White with #322D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D1C; }
p { color: rgb(50,45,28); }
H1.HeaderClassName
{
color: #322D1C;
}
.AnyTagClassName
{
color: #322D1C;
}
</style>
background-color css
<style>
a { background-color: #322D1C; }
a { background-color: rgb(50,45,28); }
div.DivClassName
{
background-color: #322D1C;
}
.BgClassName
{
background-color: #322D1C;
}
</style>
border-color css
<style>
span { border-color: #322D1C; }
span { border-color: rgb(50,45,28); }
td.TdClassName
{
border-color: #322D1C;
}
.TagClassName
{
border-color: #322D1C;
}
</style>