Shades of Maire #322E1C
Tints of Maire #322E1C
RGB
CMYK
RGB Variations
Color information
#322E1C (or 0x322E1C) is known color: Maire. HEX triplet: 32, 2E and 1C. RGB value is (50,46,28). Sum of RGB (Red+Green+Blue) = 50+46+28=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #322E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E1C is #CDD1E3. Grayscale: #2D2D2D. Windows color (decimal): -13488612 or 1846834. OLE color: 1846834.
HSL color Cylindrical-coordinate representation of color #322E1C: hue angle of 49.09º 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 #322E1C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 28 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.80 |
| HSL | 49.09º | 0.28% | 0.15% | - |
| HSV(B) | 49.09º | 0.44% | 0.2% | - |
| XYZ | 2.5 | 2.72 | 1.49 | - |
| YUV | 45.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 28 | 0 | 0.08 | 0.44 | 0.80 | 49.09 | 0.28 | 0.15 |
| Hex | 32 | 2E | 1C | 0 | 8 | 2C | 50 | 31 | 1C | F |
| Octal | 62 | 56 | 34 | 0 | 10 | 54 | 120 | 61 | 34 | 17 |
| Binary | 110010 | 101110 | 11100 | 0 | 1000 | 101100 | 1010000 | 110001 | 11100 | 1111 |
Color Harmonies of #322E1C
Complementary color
Monochromatic Colors of #322E1C
Black with #322E1C
Text Example
Text Example
White with #322E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E1C; }
p { color: rgb(50,46,28); }
H1.HeaderClassName
{
color: #322E1C;
}
.AnyTagClassName
{
color: #322E1C;
}
</style>
background-color css
<style>
a { background-color: #322E1C; }
a { background-color: rgb(50,46,28); }
div.DivClassName
{
background-color: #322E1C;
}
.BgClassName
{
background-color: #322E1C;
}
</style>
border-color css
<style>
span { border-color: #322E1C; }
span { border-color: rgb(50,46,28); }
td.TdClassName
{
border-color: #322E1C;
}
.TagClassName
{
border-color: #322E1C;
}
</style>