Shades of Maire #322D1B
Tints of Maire #322D1B
RGB
CMYK
RGB Variations
Color information
#322D1B (or 0x322D1B) is known color: Maire. HEX triplet: 32, 2D and 1B. RGB value is (50,45,27). Sum of RGB (Red+Green+Blue) = 50+45+27=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #322D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D1B is #CDD2E4. Grayscale: #2C2C2C. Windows color (decimal): -13488869 or 1781042. OLE color: 1781042.
HSL color Cylindrical-coordinate representation of color #322D1B: hue angle of 46.96º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #322D1B is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 27 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.80 |
| HSL | 46.96º | 0.3% | 0.15% | - |
| HSV(B) | 46.96º | 0.46% | 0.2% | - |
| XYZ | 2.45 | 2.63 | 1.42 | - |
| YUV | 44.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 27 | 0 | 0.10 | 0.46 | 0.80 | 46.96 | 0.3 | 0.15 |
| Hex | 32 | 2D | 1B | 0 | A | 2E | 50 | 2F | 1E | F |
| Octal | 62 | 55 | 33 | 0 | 12 | 56 | 120 | 57 | 36 | 17 |
| Binary | 110010 | 101101 | 11011 | 0 | 1010 | 101110 | 1010000 | 101111 | 11110 | 1111 |
Color Harmonies of #322D1B
Complementary color
Monochromatic Colors of #322D1B
Black with #322D1B
Text Example
Text Example
White with #322D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D1B; }
p { color: rgb(50,45,27); }
H1.HeaderClassName
{
color: #322D1B;
}
.AnyTagClassName
{
color: #322D1B;
}
</style>
background-color css
<style>
a { background-color: #322D1B; }
a { background-color: rgb(50,45,27); }
div.DivClassName
{
background-color: #322D1B;
}
.BgClassName
{
background-color: #322D1B;
}
</style>
border-color css
<style>
span { border-color: #322D1B; }
span { border-color: rgb(50,45,27); }
td.TdClassName
{
border-color: #322D1B;
}
.TagClassName
{
border-color: #322D1B;
}
</style>