Shades of Maire #322F02
Tints of Maire #322F02
RGB
CMYK
RGB Variations
Color information
#322F02 (or 0x322F02) is known color: Maire. HEX triplet: 32, 2F and 02. RGB value is (50,47,2). Sum of RGB (Red+Green+Blue) = 50+47+2=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #322F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322F02 is #CDD0FD. Grayscale: #2A2A2A. Windows color (decimal): -13488382 or 143154. OLE color: 143154.
HSL color Cylindrical-coordinate representation of color #322F02: hue angle of 56.25º 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 #322F02 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 2 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.80 |
| HSL | 56.25º | 0.92% | 0.1% | - |
| HSV(B) | 56.25º | 0.96% | 0.2% | - |
| XYZ | 2.34 | 2.72 | 0.46 | - |
| YUV | 42.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 2 | 0 | 0.06 | 0.96 | 0.80 | 56.25 | 0.92 | 0.1 |
| Hex | 32 | 2F | 2 | 0 | 6 | 60 | 50 | 38 | 5C | A |
| Octal | 62 | 57 | 2 | 0 | 6 | 140 | 120 | 70 | 134 | 12 |
| Binary | 110010 | 101111 | 10 | 0 | 110 | 1100000 | 1010000 | 111000 | 1011100 | 1010 |
Color Harmonies of #322F02
Complementary color
Monochromatic Colors of #322F02
Black with #322F02
Text Example
Text Example
White with #322F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F02; }
p { color: rgb(50,47,2); }
H1.HeaderClassName
{
color: #322F02;
}
.AnyTagClassName
{
color: #322F02;
}
</style>
background-color css
<style>
a { background-color: #322F02; }
a { background-color: rgb(50,47,2); }
div.DivClassName
{
background-color: #322F02;
}
.BgClassName
{
background-color: #322F02;
}
</style>
border-color css
<style>
span { border-color: #322F02; }
span { border-color: rgb(50,47,2); }
td.TdClassName
{
border-color: #322F02;
}
.TagClassName
{
border-color: #322F02;
}
</style>