Shades of Maire #322B04
Tints of Maire #322B04
RGB
CMYK
RGB Variations
Color information
#322B04 (or 0x322B04) is known color: Maire. HEX triplet: 32, 2B and 04. RGB value is (50,43,4). Sum of RGB (Red+Green+Blue) = 50+43+4=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #322B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322B04 is #CDD4FB. Grayscale: #282828. Windows color (decimal): -13489404 or 273202. OLE color: 273202.
HSL color Cylindrical-coordinate representation of color #322B04: hue angle of 50.87º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #322B04 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 4 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.80 |
| HSL | 50.87º | 0.85% | 0.11% | - |
| HSV(B) | 50.87º | 0.92% | 0.2% | - |
| XYZ | 2.2 | 2.41 | 0.46 | - |
| YUV | 40.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 4 | 0 | 0.14 | 0.92 | 0.80 | 50.87 | 0.85 | 0.11 |
| Hex | 32 | 2B | 4 | 0 | E | 5C | 50 | 33 | 55 | B |
| Octal | 62 | 53 | 4 | 0 | 16 | 134 | 120 | 63 | 125 | 13 |
| Binary | 110010 | 101011 | 100 | 0 | 1110 | 1011100 | 1010000 | 110011 | 1010101 | 1011 |
Color Harmonies of #322B04
Complementary color
Monochromatic Colors of #322B04
Black with #322B04
Text Example
Text Example
White with #322B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B04; }
p { color: rgb(50,43,4); }
H1.HeaderClassName
{
color: #322B04;
}
.AnyTagClassName
{
color: #322B04;
}
</style>
background-color css
<style>
a { background-color: #322B04; }
a { background-color: rgb(50,43,4); }
div.DivClassName
{
background-color: #322B04;
}
.BgClassName
{
background-color: #322B04;
}
</style>
border-color css
<style>
span { border-color: #322B04; }
span { border-color: rgb(50,43,4); }
td.TdClassName
{
border-color: #322B04;
}
.TagClassName
{
border-color: #322B04;
}
</style>