Shades of Maire #322A00
Tints of Maire #322A00
RGB
CMYK
RGB Variations
Color information
#322A00 (or 0x322A00) is known color: Maire. HEX triplet: 32, 2A and 00. RGB value is (50,42,0). Sum of RGB (Red+Green+Blue) = 50+42+0=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 42 (16.80% from 255 or 45.65% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #322A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A00 is #CDD5FF. Grayscale: #272727. Windows color (decimal): -13489664 or 10802. OLE color: 10802.
HSL color Cylindrical-coordinate representation of color #322A00: hue angle of 50.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #322A00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.80 |
| HSL | 50.4º | 1% | 0.1% | - |
| HSV(B) | 50.4º | 1% | 0.2% | - |
| XYZ | 2.14 | 2.33 | 0.34 | - |
| YUV | 39.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 0 | 0 | 0.16 | 1 | 0.80 | 50.4 | 1 | 0.1 |
| Hex | 32 | 2A | 0 | 0 | 10 | 64 | 50 | 32 | 64 | A |
| Octal | 62 | 52 | 0 | 0 | 20 | 144 | 120 | 62 | 144 | 12 |
| Binary | 110010 | 101010 | 0 | 0 | 10000 | 1100100 | 1010000 | 110010 | 1100100 | 1010 |
Color Harmonies of #322A00
Complementary color
Monochromatic Colors of #322A00
Black with #322A00
Text Example
Text Example
White with #322A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A00; }
p { color: rgb(50,42,0); }
H1.HeaderClassName
{
color: #322A00;
}
.AnyTagClassName
{
color: #322A00;
}
</style>
background-color css
<style>
a { background-color: #322A00; }
a { background-color: rgb(50,42,0); }
div.DivClassName
{
background-color: #322A00;
}
.BgClassName
{
background-color: #322A00;
}
</style>
border-color css
<style>
span { border-color: #322A00; }
span { border-color: rgb(50,42,0); }
td.TdClassName
{
border-color: #322A00;
}
.TagClassName
{
border-color: #322A00;
}
</style>