Shades of Maire #322B00
Tints of Maire #322B00
RGB
CMYK
RGB Variations
Color information
#322B00 (or 0x322B00) is known color: Maire. HEX triplet: 32, 2B and 00. RGB value is (50,43,0). Sum of RGB (Red+Green+Blue) = 50+43+0=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #322B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322B00 is #CDD4FF. Grayscale: #282828. Windows color (decimal): -13489408 or 11058. OLE color: 11058.
HSL color Cylindrical-coordinate representation of color #322B00: hue angle of 51.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #322B00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.80 |
| HSL | 51.6º | 1% | 0.1% | - |
| HSV(B) | 51.6º | 1% | 0.2% | - |
| XYZ | 2.18 | 2.41 | 0.35 | - |
| YUV | 40.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 0 | 0 | 0.14 | 1 | 0.80 | 51.6 | 1 | 0.1 |
| Hex | 32 | 2B | 0 | 0 | E | 64 | 50 | 34 | 64 | A |
| Octal | 62 | 53 | 0 | 0 | 16 | 144 | 120 | 64 | 144 | 12 |
| Binary | 110010 | 101011 | 0 | 0 | 1110 | 1100100 | 1010000 | 110100 | 1100100 | 1010 |
Color Harmonies of #322B00
Complementary color
Monochromatic Colors of #322B00
Black with #322B00
Text Example
Text Example
White with #322B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B00; }
p { color: rgb(50,43,0); }
H1.HeaderClassName
{
color: #322B00;
}
.AnyTagClassName
{
color: #322B00;
}
</style>
background-color css
<style>
a { background-color: #322B00; }
a { background-color: rgb(50,43,0); }
div.DivClassName
{
background-color: #322B00;
}
.BgClassName
{
background-color: #322B00;
}
</style>
border-color css
<style>
span { border-color: #322B00; }
span { border-color: rgb(50,43,0); }
td.TdClassName
{
border-color: #322B00;
}
.TagClassName
{
border-color: #322B00;
}
</style>