Shades of Maire #322F04
Tints of Maire #322F04
RGB
CMYK
RGB Variations
Color information
#322F04 (or 0x322F04) is known color: Maire. HEX triplet: 32, 2F and 04. RGB value is (50,47,4). Sum of RGB (Red+Green+Blue) = 50+47+4=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #322F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322F04 is #CDD0FB. Grayscale: #2B2B2B. Windows color (decimal): -13488380 or 274226. OLE color: 274226.
HSL color Cylindrical-coordinate representation of color #322F04: hue angle of 56.09º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #322F04 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 4 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.80 |
| HSL | 56.09º | 0.85% | 0.11% | - |
| HSV(B) | 56.09º | 0.92% | 0.2% | - |
| XYZ | 2.35 | 2.72 | 0.52 | - |
| YUV | 43 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 4 | 0 | 0.06 | 0.92 | 0.80 | 56.09 | 0.85 | 0.11 |
| Hex | 32 | 2F | 4 | 0 | 6 | 5C | 50 | 38 | 55 | B |
| Octal | 62 | 57 | 4 | 0 | 6 | 134 | 120 | 70 | 125 | 13 |
| Binary | 110010 | 101111 | 100 | 0 | 110 | 1011100 | 1010000 | 111000 | 1010101 | 1011 |
Color Harmonies of #322F04
Complementary color
Monochromatic Colors of #322F04
Black with #322F04
Text Example
Text Example
White with #322F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F04; }
p { color: rgb(50,47,4); }
H1.HeaderClassName
{
color: #322F04;
}
.AnyTagClassName
{
color: #322F04;
}
</style>
background-color css
<style>
a { background-color: #322F04; }
a { background-color: rgb(50,47,4); }
div.DivClassName
{
background-color: #322F04;
}
.BgClassName
{
background-color: #322F04;
}
</style>
border-color css
<style>
span { border-color: #322F04; }
span { border-color: rgb(50,47,4); }
td.TdClassName
{
border-color: #322F04;
}
.TagClassName
{
border-color: #322F04;
}
</style>