Shades of Maire #322E1D
Tints of Maire #322E1D
RGB
CMYK
RGB Variations
Color information
#322E1D (or 0x322E1D) is known color: Maire. HEX triplet: 32, 2E and 1D. RGB value is (50,46,29). Sum of RGB (Red+Green+Blue) = 50+46+29=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 50 - color contains mainly: red. Hex color #322E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E1D is #CDD1E2. Grayscale: #2D2D2D. Windows color (decimal): -13488611 or 1912370. OLE color: 1912370.
HSL color Cylindrical-coordinate representation of color #322E1D: hue angle of 48.57º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #322E1D is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 29 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.80 |
| HSL | 48.57º | 0.27% | 0.15% | - |
| HSV(B) | 48.57º | 0.42% | 0.2% | - |
| XYZ | 2.51 | 2.72 | 1.56 | - |
| YUV | 45.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 29 | 0 | 0.08 | 0.42 | 0.80 | 48.57 | 0.27 | 0.15 |
| Hex | 32 | 2E | 1D | 0 | 8 | 2A | 50 | 31 | 1B | F |
| Octal | 62 | 56 | 35 | 0 | 10 | 52 | 120 | 61 | 33 | 17 |
| Binary | 110010 | 101110 | 11101 | 0 | 1000 | 101010 | 1010000 | 110001 | 11011 | 1111 |
Color Harmonies of #322E1D
Complementary color
Monochromatic Colors of #322E1D
Black with #322E1D
Text Example
Text Example
White with #322E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E1D; }
p { color: rgb(50,46,29); }
H1.HeaderClassName
{
color: #322E1D;
}
.AnyTagClassName
{
color: #322E1D;
}
</style>
background-color css
<style>
a { background-color: #322E1D; }
a { background-color: rgb(50,46,29); }
div.DivClassName
{
background-color: #322E1D;
}
.BgClassName
{
background-color: #322E1D;
}
</style>
border-color css
<style>
span { border-color: #322E1D; }
span { border-color: rgb(50,46,29); }
td.TdClassName
{
border-color: #322E1D;
}
.TagClassName
{
border-color: #322E1D;
}
</style>