Shades of Maire #322A07
Tints of Maire #322A07
RGB
CMYK
RGB Variations
Color information
#322A07 (or 0x322A07) is known color: Maire. HEX triplet: 32, 2A and 07. RGB value is (50,42,7). Sum of RGB (Red+Green+Blue) = 50+42+7=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #322A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A07 is #CDD5F8. Grayscale: #282828. Windows color (decimal): -13489657 or 469554. OLE color: 469554.
HSL color Cylindrical-coordinate representation of color #322A07: hue angle of 48.84º 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 #322A07 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 7 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.80 |
| HSL | 48.84º | 0.75% | 0.11% | - |
| HSV(B) | 48.84º | 0.86% | 0.2% | - |
| XYZ | 2.18 | 2.35 | 0.54 | - |
| YUV | 40.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 7 | 0 | 0.16 | 0.86 | 0.80 | 48.84 | 0.75 | 0.11 |
| Hex | 32 | 2A | 7 | 0 | 10 | 56 | 50 | 31 | 4B | B |
| Octal | 62 | 52 | 7 | 0 | 20 | 126 | 120 | 61 | 113 | 13 |
| Binary | 110010 | 101010 | 111 | 0 | 10000 | 1010110 | 1010000 | 110001 | 1001011 | 1011 |
Color Harmonies of #322A07
Complementary color
Monochromatic Colors of #322A07
Black with #322A07
Text Example
Text Example
White with #322A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A07; }
p { color: rgb(50,42,7); }
H1.HeaderClassName
{
color: #322A07;
}
.AnyTagClassName
{
color: #322A07;
}
</style>
background-color css
<style>
a { background-color: #322A07; }
a { background-color: rgb(50,42,7); }
div.DivClassName
{
background-color: #322A07;
}
.BgClassName
{
background-color: #322A07;
}
</style>
border-color css
<style>
span { border-color: #322A07; }
span { border-color: rgb(50,42,7); }
td.TdClassName
{
border-color: #322A07;
}
.TagClassName
{
border-color: #322A07;
}
</style>