Shades of Maire #322E08
Tints of Maire #322E08
RGB
CMYK
RGB Variations
Color information
#322E08 (or 0x322E08) is known color: Maire. HEX triplet: 32, 2E and 08. RGB value is (50,46,8). Sum of RGB (Red+Green+Blue) = 50+46+8=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #322E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E08 is #CDD1F7. Grayscale: #2B2B2B. Windows color (decimal): -13488632 or 536114. OLE color: 536114.
HSL color Cylindrical-coordinate representation of color #322E08: hue angle of 54.29º 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 #322E08 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 8 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.80 |
| HSL | 54.29º | 0.72% | 0.11% | - |
| HSV(B) | 54.29º | 0.84% | 0.2% | - |
| XYZ | 2.34 | 2.65 | 0.62 | - |
| YUV | 42.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 8 | 0 | 0.08 | 0.84 | 0.80 | 54.29 | 0.72 | 0.11 |
| Hex | 32 | 2E | 8 | 0 | 8 | 54 | 50 | 36 | 48 | B |
| Octal | 62 | 56 | 10 | 0 | 10 | 124 | 120 | 66 | 110 | 13 |
| Binary | 110010 | 101110 | 1000 | 0 | 1000 | 1010100 | 1010000 | 110110 | 1001000 | 1011 |
Color Harmonies of #322E08
Complementary color
Monochromatic Colors of #322E08
Black with #322E08
Text Example
Text Example
White with #322E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E08; }
p { color: rgb(50,46,8); }
H1.HeaderClassName
{
color: #322E08;
}
.AnyTagClassName
{
color: #322E08;
}
</style>
background-color css
<style>
a { background-color: #322E08; }
a { background-color: rgb(50,46,8); }
div.DivClassName
{
background-color: #322E08;
}
.BgClassName
{
background-color: #322E08;
}
</style>
border-color css
<style>
span { border-color: #322E08; }
span { border-color: rgb(50,46,8); }
td.TdClassName
{
border-color: #322E08;
}
.TagClassName
{
border-color: #322E08;
}
</style>