Shades of Maire #322E05
Tints of Maire #322E05
RGB
CMYK
RGB Variations
Color information
#322E05 (or 0x322E05) is known color: Maire. HEX triplet: 32, 2E and 05. RGB value is (50,46,5). Sum of RGB (Red+Green+Blue) = 50+46+5=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #322E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E05 is #CDD1FA. Grayscale: #2A2A2A. Windows color (decimal): -13488635 or 339506. OLE color: 339506.
HSL color Cylindrical-coordinate representation of color #322E05: hue angle of 54.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #322E05 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 5 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.80 |
| HSL | 54.67º | 0.82% | 0.11% | - |
| HSV(B) | 54.67º | 0.9% | 0.2% | - |
| XYZ | 2.32 | 2.64 | 0.53 | - |
| YUV | 42.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 5 | 0 | 0.08 | 0.90 | 0.80 | 54.67 | 0.82 | 0.11 |
| Hex | 32 | 2E | 5 | 0 | 8 | 5A | 50 | 37 | 52 | B |
| Octal | 62 | 56 | 5 | 0 | 10 | 132 | 120 | 67 | 122 | 13 |
| Binary | 110010 | 101110 | 101 | 0 | 1000 | 1011010 | 1010000 | 110111 | 1010010 | 1011 |
Color Harmonies of #322E05
Complementary color
Monochromatic Colors of #322E05
Black with #322E05
Text Example
Text Example
White with #322E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E05; }
p { color: rgb(50,46,5); }
H1.HeaderClassName
{
color: #322E05;
}
.AnyTagClassName
{
color: #322E05;
}
</style>
background-color css
<style>
a { background-color: #322E05; }
a { background-color: rgb(50,46,5); }
div.DivClassName
{
background-color: #322E05;
}
.BgClassName
{
background-color: #322E05;
}
</style>
border-color css
<style>
span { border-color: #322E05; }
span { border-color: rgb(50,46,5); }
td.TdClassName
{
border-color: #322E05;
}
.TagClassName
{
border-color: #322E05;
}
</style>