Shades of Maire #322E03
Tints of Maire #322E03
RGB
CMYK
RGB Variations
Color information
#322E03 (or 0x322E03) is known color: Maire. HEX triplet: 32, 2E and 03. RGB value is (50,46,3). Sum of RGB (Red+Green+Blue) = 50+46+3=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #322E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E03 is #CDD1FC. Grayscale: #2A2A2A. Windows color (decimal): -13488637 or 208434. OLE color: 208434.
HSL color Cylindrical-coordinate representation of color #322E03: hue angle of 54.89º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #322E03 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 3 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.80 |
| HSL | 54.89º | 0.89% | 0.1% | - |
| HSV(B) | 54.89º | 0.94% | 0.2% | - |
| XYZ | 2.31 | 2.64 | 0.47 | - |
| YUV | 42.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 3 | 0 | 0.08 | 0.94 | 0.80 | 54.89 | 0.89 | 0.1 |
| Hex | 32 | 2E | 3 | 0 | 8 | 5E | 50 | 37 | 59 | A |
| Octal | 62 | 56 | 3 | 0 | 10 | 136 | 120 | 67 | 131 | 12 |
| Binary | 110010 | 101110 | 11 | 0 | 1000 | 1011110 | 1010000 | 110111 | 1011001 | 1010 |
Color Harmonies of #322E03
Complementary color
Monochromatic Colors of #322E03
Black with #322E03
Text Example
Text Example
White with #322E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E03; }
p { color: rgb(50,46,3); }
H1.HeaderClassName
{
color: #322E03;
}
.AnyTagClassName
{
color: #322E03;
}
</style>
background-color css
<style>
a { background-color: #322E03; }
a { background-color: rgb(50,46,3); }
div.DivClassName
{
background-color: #322E03;
}
.BgClassName
{
background-color: #322E03;
}
</style>
border-color css
<style>
span { border-color: #322E03; }
span { border-color: rgb(50,46,3); }
td.TdClassName
{
border-color: #322E03;
}
.TagClassName
{
border-color: #322E03;
}
</style>