Shades of Maire #322A03
Tints of Maire #322A03
RGB
CMYK
RGB Variations
Color information
#322A03 (or 0x322A03) is known color: Maire. HEX triplet: 32, 2A and 03. RGB value is (50,42,3). Sum of RGB (Red+Green+Blue) = 50+42+3=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #322A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A03 is #CDD5FC. Grayscale: #282828. Windows color (decimal): -13489661 or 207410. OLE color: 207410.
HSL color Cylindrical-coordinate representation of color #322A03: hue angle of 49.79º 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 #322A03 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 3 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.80 |
| HSL | 49.79º | 0.89% | 0.1% | - |
| HSV(B) | 49.79º | 0.94% | 0.2% | - |
| XYZ | 2.16 | 2.34 | 0.42 | - |
| YUV | 39.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 3 | 0 | 0.16 | 0.94 | 0.80 | 49.79 | 0.89 | 0.1 |
| Hex | 32 | 2A | 3 | 0 | 10 | 5E | 50 | 32 | 59 | A |
| Octal | 62 | 52 | 3 | 0 | 20 | 136 | 120 | 62 | 131 | 12 |
| Binary | 110010 | 101010 | 11 | 0 | 10000 | 1011110 | 1010000 | 110010 | 1011001 | 1010 |
Color Harmonies of #322A03
Complementary color
Monochromatic Colors of #322A03
Black with #322A03
Text Example
Text Example
White with #322A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A03; }
p { color: rgb(50,42,3); }
H1.HeaderClassName
{
color: #322A03;
}
.AnyTagClassName
{
color: #322A03;
}
</style>
background-color css
<style>
a { background-color: #322A03; }
a { background-color: rgb(50,42,3); }
div.DivClassName
{
background-color: #322A03;
}
.BgClassName
{
background-color: #322A03;
}
</style>
border-color css
<style>
span { border-color: #322A03; }
span { border-color: rgb(50,42,3); }
td.TdClassName
{
border-color: #322A03;
}
.TagClassName
{
border-color: #322A03;
}
</style>