Shades of Maire #322D08
Tints of Maire #322D08
RGB
CMYK
RGB Variations
Color information
#322D08 (or 0x322D08) is known color: Maire. HEX triplet: 32, 2D and 08. RGB value is (50,45,8). Sum of RGB (Red+Green+Blue) = 50+45+8=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #322D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322D08 is #CDD2F7. Grayscale: #2A2A2A. Windows color (decimal): -13488888 or 535858. OLE color: 535858.
HSL color Cylindrical-coordinate representation of color #322D08: hue angle of 52.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #322D08 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 8 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.80 |
| HSL | 52.86º | 0.72% | 0.11% | - |
| HSV(B) | 52.86º | 0.84% | 0.2% | - |
| XYZ | 2.3 | 2.57 | 0.61 | - |
| YUV | 42.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 8 | 0 | 0.10 | 0.84 | 0.80 | 52.86 | 0.72 | 0.11 |
| Hex | 32 | 2D | 8 | 0 | A | 54 | 50 | 35 | 48 | B |
| Octal | 62 | 55 | 10 | 0 | 12 | 124 | 120 | 65 | 110 | 13 |
| Binary | 110010 | 101101 | 1000 | 0 | 1010 | 1010100 | 1010000 | 110101 | 1001000 | 1011 |
Color Harmonies of #322D08
Complementary color
Monochromatic Colors of #322D08
Black with #322D08
Text Example
Text Example
White with #322D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D08; }
p { color: rgb(50,45,8); }
H1.HeaderClassName
{
color: #322D08;
}
.AnyTagClassName
{
color: #322D08;
}
</style>
background-color css
<style>
a { background-color: #322D08; }
a { background-color: rgb(50,45,8); }
div.DivClassName
{
background-color: #322D08;
}
.BgClassName
{
background-color: #322D08;
}
</style>
border-color css
<style>
span { border-color: #322D08; }
span { border-color: rgb(50,45,8); }
td.TdClassName
{
border-color: #322D08;
}
.TagClassName
{
border-color: #322D08;
}
</style>