Shades of Maire #322E0C
Tints of Maire #322E0C
RGB
CMYK
RGB Variations
Color information
#322E0C (or 0x322E0C) is known color: Maire. HEX triplet: 32, 2E and 0C. RGB value is (50,46,12). Sum of RGB (Red+Green+Blue) = 50+46+12=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #322E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E0C is #CDD1F3. Grayscale: #2B2B2B. Windows color (decimal): -13488628 or 798258. OLE color: 798258.
HSL color Cylindrical-coordinate representation of color #322E0C: hue angle of 53.68º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322E0C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 12 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.80 |
| HSL | 53.68º | 0.61% | 0.12% | - |
| HSV(B) | 53.68º | 0.76% | 0.2% | - |
| XYZ | 2.36 | 2.66 | 0.74 | - |
| YUV | 43.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 12 | 0 | 0.08 | 0.76 | 0.80 | 53.68 | 0.61 | 0.12 |
| Hex | 32 | 2E | C | 0 | 8 | 4C | 50 | 36 | 3D | C |
| Octal | 62 | 56 | 14 | 0 | 10 | 114 | 120 | 66 | 75 | 14 |
| Binary | 110010 | 101110 | 1100 | 0 | 1000 | 1001100 | 1010000 | 110110 | 111101 | 1100 |
Color Harmonies of #322E0C
Complementary color
Monochromatic Colors of #322E0C
Black with #322E0C
Text Example
Text Example
White with #322E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E0C; }
p { color: rgb(50,46,12); }
H1.HeaderClassName
{
color: #322E0C;
}
.AnyTagClassName
{
color: #322E0C;
}
</style>
background-color css
<style>
a { background-color: #322E0C; }
a { background-color: rgb(50,46,12); }
div.DivClassName
{
background-color: #322E0C;
}
.BgClassName
{
background-color: #322E0C;
}
</style>
border-color css
<style>
span { border-color: #322E0C; }
span { border-color: rgb(50,46,12); }
td.TdClassName
{
border-color: #322E0C;
}
.TagClassName
{
border-color: #322E0C;
}
</style>