Shades of Maire #322F1D
Tints of Maire #322F1D
RGB
CMYK
RGB Variations
Color information
#322F1D (or 0x322F1D) is known color: Maire. HEX triplet: 32, 2F and 1D. RGB value is (50,47,29). Sum of RGB (Red+Green+Blue) = 50+47+29=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 50 - color contains mainly: red. Hex color #322F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F1D is #CDD0E2. Grayscale: #2D2D2D. Windows color (decimal): -13488355 or 1912626. OLE color: 1912626.
HSL color Cylindrical-coordinate representation of color #322F1D: hue angle of 51.43º 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 #322F1D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 29 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.80 |
| HSL | 51.43º | 0.27% | 0.15% | - |
| HSV(B) | 51.43º | 0.42% | 0.2% | - |
| XYZ | 2.55 | 2.8 | 1.57 | - |
| YUV | 45.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 29 | 0 | 0.06 | 0.42 | 0.80 | 51.43 | 0.27 | 0.15 |
| Hex | 32 | 2F | 1D | 0 | 6 | 2A | 50 | 33 | 1B | F |
| Octal | 62 | 57 | 35 | 0 | 6 | 52 | 120 | 63 | 33 | 17 |
| Binary | 110010 | 101111 | 11101 | 0 | 110 | 101010 | 1010000 | 110011 | 11011 | 1111 |
Color Harmonies of #322F1D
Complementary color
Monochromatic Colors of #322F1D
Black with #322F1D
Text Example
Text Example
White with #322F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F1D; }
p { color: rgb(50,47,29); }
H1.HeaderClassName
{
color: #322F1D;
}
.AnyTagClassName
{
color: #322F1D;
}
</style>
background-color css
<style>
a { background-color: #322F1D; }
a { background-color: rgb(50,47,29); }
div.DivClassName
{
background-color: #322F1D;
}
.BgClassName
{
background-color: #322F1D;
}
</style>
border-color css
<style>
span { border-color: #322F1D; }
span { border-color: rgb(50,47,29); }
td.TdClassName
{
border-color: #322F1D;
}
.TagClassName
{
border-color: #322F1D;
}
</style>