Shades of Maire #322A02
Tints of Maire #322A02
RGB
CMYK
RGB Variations
Color information
#322A02 (or 0x322A02) is known color: Maire. HEX triplet: 32, 2A and 02. RGB value is (50,42,2). Sum of RGB (Red+Green+Blue) = 50+42+2=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #322A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A02 is #CDD5FD. Grayscale: #282828. Windows color (decimal): -13489662 or 141874. OLE color: 141874.
HSL color Cylindrical-coordinate representation of color #322A02: hue angle of 50º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #322A02 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 2 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.80 |
| HSL | 50º | 0.92% | 0.1% | - |
| HSV(B) | 50º | 0.96% | 0.2% | - |
| XYZ | 2.15 | 2.34 | 0.4 | - |
| YUV | 39.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 2 | 0 | 0.16 | 0.96 | 0.80 | 50 | 0.92 | 0.1 |
| Hex | 32 | 2A | 2 | 0 | 10 | 60 | 50 | 32 | 5C | A |
| Octal | 62 | 52 | 2 | 0 | 20 | 140 | 120 | 62 | 134 | 12 |
| Binary | 110010 | 101010 | 10 | 0 | 10000 | 1100000 | 1010000 | 110010 | 1011100 | 1010 |
Color Harmonies of #322A02
Complementary color
Monochromatic Colors of #322A02
Black with #322A02
Text Example
Text Example
White with #322A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A02; }
p { color: rgb(50,42,2); }
H1.HeaderClassName
{
color: #322A02;
}
.AnyTagClassName
{
color: #322A02;
}
</style>
background-color css
<style>
a { background-color: #322A02; }
a { background-color: rgb(50,42,2); }
div.DivClassName
{
background-color: #322A02;
}
.BgClassName
{
background-color: #322A02;
}
</style>
border-color css
<style>
span { border-color: #322A02; }
span { border-color: rgb(50,42,2); }
td.TdClassName
{
border-color: #322A02;
}
.TagClassName
{
border-color: #322A02;
}
</style>