Shades of Maire #322D05
Tints of Maire #322D05
RGB
CMYK
RGB Variations
Color information
#322D05 (or 0x322D05) is known color: Maire. HEX triplet: 32, 2D and 05. RGB value is (50,45,5). Sum of RGB (Red+Green+Blue) = 50+45+5=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #322D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322D05 is #CDD2FA. Grayscale: #2A2A2A. Windows color (decimal): -13488891 or 339250. OLE color: 339250.
HSL color Cylindrical-coordinate representation of color #322D05: hue angle of 53.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #322D05 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 5 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.80 |
| HSL | 53.33º | 0.82% | 0.11% | - |
| HSV(B) | 53.33º | 0.9% | 0.2% | - |
| XYZ | 2.28 | 2.57 | 0.52 | - |
| YUV | 41.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 5 | 0 | 0.10 | 0.90 | 0.80 | 53.33 | 0.82 | 0.11 |
| Hex | 32 | 2D | 5 | 0 | A | 5A | 50 | 35 | 52 | B |
| Octal | 62 | 55 | 5 | 0 | 12 | 132 | 120 | 65 | 122 | 13 |
| Binary | 110010 | 101101 | 101 | 0 | 1010 | 1011010 | 1010000 | 110101 | 1010010 | 1011 |
Color Harmonies of #322D05
Complementary color
Monochromatic Colors of #322D05
Black with #322D05
Text Example
Text Example
White with #322D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D05; }
p { color: rgb(50,45,5); }
H1.HeaderClassName
{
color: #322D05;
}
.AnyTagClassName
{
color: #322D05;
}
</style>
background-color css
<style>
a { background-color: #322D05; }
a { background-color: rgb(50,45,5); }
div.DivClassName
{
background-color: #322D05;
}
.BgClassName
{
background-color: #322D05;
}
</style>
border-color css
<style>
span { border-color: #322D05; }
span { border-color: rgb(50,45,5); }
td.TdClassName
{
border-color: #322D05;
}
.TagClassName
{
border-color: #322D05;
}
</style>