Shades of Maire #322B02
Tints of Maire #322B02
RGB
CMYK
RGB Variations
Color information
#322B02 (or 0x322B02) is known color: Maire. HEX triplet: 32, 2B and 02. RGB value is (50,43,2). Sum of RGB (Red+Green+Blue) = 50+43+2=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #322B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322B02 is #CDD4FD. Grayscale: #282828. Windows color (decimal): -13489406 or 142130. OLE color: 142130.
HSL color Cylindrical-coordinate representation of color #322B02: hue angle of 51.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #322B02 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 2 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.80 |
| HSL | 51.25º | 0.92% | 0.1% | - |
| HSV(B) | 51.25º | 0.96% | 0.2% | - |
| XYZ | 2.19 | 2.41 | 0.41 | - |
| YUV | 40.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 2 | 0 | 0.14 | 0.96 | 0.80 | 51.25 | 0.92 | 0.1 |
| Hex | 32 | 2B | 2 | 0 | E | 60 | 50 | 33 | 5C | A |
| Octal | 62 | 53 | 2 | 0 | 16 | 140 | 120 | 63 | 134 | 12 |
| Binary | 110010 | 101011 | 10 | 0 | 1110 | 1100000 | 1010000 | 110011 | 1011100 | 1010 |
Color Harmonies of #322B02
Complementary color
Monochromatic Colors of #322B02
Black with #322B02
Text Example
Text Example
White with #322B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B02; }
p { color: rgb(50,43,2); }
H1.HeaderClassName
{
color: #322B02;
}
.AnyTagClassName
{
color: #322B02;
}
</style>
background-color css
<style>
a { background-color: #322B02; }
a { background-color: rgb(50,43,2); }
div.DivClassName
{
background-color: #322B02;
}
.BgClassName
{
background-color: #322B02;
}
</style>
border-color css
<style>
span { border-color: #322B02; }
span { border-color: rgb(50,43,2); }
td.TdClassName
{
border-color: #322B02;
}
.TagClassName
{
border-color: #322B02;
}
</style>