Shades of Maire #322C1A
Tints of Maire #322C1A
RGB
CMYK
RGB Variations
Color information
#322C1A (or 0x322C1A) is known color: Maire. HEX triplet: 32, 2C and 1A. RGB value is (50,44,26). Sum of RGB (Red+Green+Blue) = 50+44+26=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #322C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C1A is #CDD3E5. Grayscale: #2B2B2B. Windows color (decimal): -13489126 or 1715250. OLE color: 1715250.
HSL color Cylindrical-coordinate representation of color #322C1A: hue angle of 45º 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 #322C1A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 26 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.80 |
| HSL | 45º | 0.32% | 0.15% | - |
| HSV(B) | 45º | 0.48% | 0.2% | - |
| XYZ | 2.4 | 2.55 | 1.34 | - |
| YUV | 43.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 26 | 0 | 0.12 | 0.48 | 0.80 | 45 | 0.32 | 0.15 |
| Hex | 32 | 2C | 1A | 0 | C | 30 | 50 | 2D | 20 | F |
| Octal | 62 | 54 | 32 | 0 | 14 | 60 | 120 | 55 | 40 | 17 |
| Binary | 110010 | 101100 | 11010 | 0 | 1100 | 110000 | 1010000 | 101101 | 100000 | 1111 |
Color Harmonies of #322C1A
Complementary color
Monochromatic Colors of #322C1A
Black with #322C1A
Text Example
Text Example
White with #322C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C1A; }
p { color: rgb(50,44,26); }
H1.HeaderClassName
{
color: #322C1A;
}
.AnyTagClassName
{
color: #322C1A;
}
</style>
background-color css
<style>
a { background-color: #322C1A; }
a { background-color: rgb(50,44,26); }
div.DivClassName
{
background-color: #322C1A;
}
.BgClassName
{
background-color: #322C1A;
}
</style>
border-color css
<style>
span { border-color: #322C1A; }
span { border-color: rgb(50,44,26); }
td.TdClassName
{
border-color: #322C1A;
}
.TagClassName
{
border-color: #322C1A;
}
</style>