Shades of Maire #322C07
Tints of Maire #322C07
RGB
CMYK
RGB Variations
Color information
#322C07 (or 0x322C07) is known color: Maire. HEX triplet: 32, 2C and 07. RGB value is (50,44,7). Sum of RGB (Red+Green+Blue) = 50+44+7=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #322C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C07 is #CDD3F8. Grayscale: #292929. Windows color (decimal): -13489145 or 470066. OLE color: 470066.
HSL color Cylindrical-coordinate representation of color #322C07: hue angle of 51.63º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #322C07 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 7 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.80 |
| HSL | 51.63º | 0.75% | 0.11% | - |
| HSV(B) | 51.63º | 0.86% | 0.2% | - |
| XYZ | 2.25 | 2.49 | 0.56 | - |
| YUV | 41.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 7 | 0 | 0.12 | 0.86 | 0.80 | 51.63 | 0.75 | 0.11 |
| Hex | 32 | 2C | 7 | 0 | C | 56 | 50 | 34 | 4B | B |
| Octal | 62 | 54 | 7 | 0 | 14 | 126 | 120 | 64 | 113 | 13 |
| Binary | 110010 | 101100 | 111 | 0 | 1100 | 1010110 | 1010000 | 110100 | 1001011 | 1011 |
Color Harmonies of #322C07
Complementary color
Monochromatic Colors of #322C07
Black with #322C07
Text Example
Text Example
White with #322C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C07; }
p { color: rgb(50,44,7); }
H1.HeaderClassName
{
color: #322C07;
}
.AnyTagClassName
{
color: #322C07;
}
</style>
background-color css
<style>
a { background-color: #322C07; }
a { background-color: rgb(50,44,7); }
div.DivClassName
{
background-color: #322C07;
}
.BgClassName
{
background-color: #322C07;
}
</style>
border-color css
<style>
span { border-color: #322C07; }
span { border-color: rgb(50,44,7); }
td.TdClassName
{
border-color: #322C07;
}
.TagClassName
{
border-color: #322C07;
}
</style>