Shades of Maire #322E1A
Tints of Maire #322E1A
RGB
CMYK
RGB Variations
Color information
#322E1A (or 0x322E1A) is known color: Maire. HEX triplet: 32, 2E and 1A. RGB value is (50,46,26). Sum of RGB (Red+Green+Blue) = 50+46+26=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #322E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E1A is #CDD1E5. Grayscale: #2D2D2D. Windows color (decimal): -13488614 or 1715762. OLE color: 1715762.
HSL color Cylindrical-coordinate representation of color #322E1A: hue angle of 50º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #322E1A is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 26 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.80 |
| HSL | 50º | 0.32% | 0.15% | - |
| HSV(B) | 50º | 0.48% | 0.2% | - |
| XYZ | 2.48 | 2.71 | 1.37 | - |
| YUV | 44.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 26 | 0 | 0.08 | 0.48 | 0.80 | 50 | 0.32 | 0.15 |
| Hex | 32 | 2E | 1A | 0 | 8 | 30 | 50 | 32 | 20 | F |
| Octal | 62 | 56 | 32 | 0 | 10 | 60 | 120 | 62 | 40 | 17 |
| Binary | 110010 | 101110 | 11010 | 0 | 1000 | 110000 | 1010000 | 110010 | 100000 | 1111 |
Color Harmonies of #322E1A
Complementary color
Monochromatic Colors of #322E1A
Black with #322E1A
Text Example
Text Example
White with #322E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E1A; }
p { color: rgb(50,46,26); }
H1.HeaderClassName
{
color: #322E1A;
}
.AnyTagClassName
{
color: #322E1A;
}
</style>
background-color css
<style>
a { background-color: #322E1A; }
a { background-color: rgb(50,46,26); }
div.DivClassName
{
background-color: #322E1A;
}
.BgClassName
{
background-color: #322E1A;
}
</style>
border-color css
<style>
span { border-color: #322E1A; }
span { border-color: rgb(50,46,26); }
td.TdClassName
{
border-color: #322E1A;
}
.TagClassName
{
border-color: #322E1A;
}
</style>