Shades of Maire #322F05
Tints of Maire #322F05
RGB
CMYK
RGB Variations
Color information
#322F05 (or 0x322F05) is known color: Maire. HEX triplet: 32, 2F and 05. RGB value is (50,47,5). Sum of RGB (Red+Green+Blue) = 50+47+5=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #322F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322F05 is #CDD0FA. Grayscale: #2B2B2B. Windows color (decimal): -13488379 or 339762. OLE color: 339762.
HSL color Cylindrical-coordinate representation of color #322F05: hue angle of 56º 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 #322F05 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 5 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.80 |
| HSL | 56º | 0.82% | 0.11% | - |
| HSV(B) | 56º | 0.9% | 0.2% | - |
| XYZ | 2.36 | 2.72 | 0.54 | - |
| YUV | 43.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 5 | 0 | 0.06 | 0.90 | 0.80 | 56 | 0.82 | 0.11 |
| Hex | 32 | 2F | 5 | 0 | 6 | 5A | 50 | 38 | 52 | B |
| Octal | 62 | 57 | 5 | 0 | 6 | 132 | 120 | 70 | 122 | 13 |
| Binary | 110010 | 101111 | 101 | 0 | 110 | 1011010 | 1010000 | 111000 | 1010010 | 1011 |
Color Harmonies of #322F05
Complementary color
Monochromatic Colors of #322F05
Black with #322F05
Text Example
Text Example
White with #322F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F05; }
p { color: rgb(50,47,5); }
H1.HeaderClassName
{
color: #322F05;
}
.AnyTagClassName
{
color: #322F05;
}
</style>
background-color css
<style>
a { background-color: #322F05; }
a { background-color: rgb(50,47,5); }
div.DivClassName
{
background-color: #322F05;
}
.BgClassName
{
background-color: #322F05;
}
</style>
border-color css
<style>
span { border-color: #322F05; }
span { border-color: rgb(50,47,5); }
td.TdClassName
{
border-color: #322F05;
}
.TagClassName
{
border-color: #322F05;
}
</style>