Shades of Maire #322B11
Tints of Maire #322B11
RGB
CMYK
RGB Variations
Color information
#322B11 (or 0x322B11) is known color: Maire. HEX triplet: 32, 2B and 11. RGB value is (50,43,17). Sum of RGB (Red+Green+Blue) = 50+43+17=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #322B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322B11 is #CDD4EE. Grayscale: #2A2A2A. Windows color (decimal): -13489391 or 1125170. OLE color: 1125170.
HSL color Cylindrical-coordinate representation of color #322B11: hue angle of 47.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322B11 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 17 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.80 |
| HSL | 47.27º | 0.49% | 0.13% | - |
| HSV(B) | 47.27º | 0.66% | 0.2% | - |
| XYZ | 2.28 | 2.45 | 0.88 | - |
| YUV | 42.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 17 | 0 | 0.14 | 0.66 | 0.80 | 47.27 | 0.49 | 0.13 |
| Hex | 32 | 2B | 11 | 0 | E | 42 | 50 | 2F | 31 | D |
| Octal | 62 | 53 | 21 | 0 | 16 | 102 | 120 | 57 | 61 | 15 |
| Binary | 110010 | 101011 | 10001 | 0 | 1110 | 1000010 | 1010000 | 101111 | 110001 | 1101 |
Color Harmonies of #322B11
Complementary color
Monochromatic Colors of #322B11
Black with #322B11
Text Example
Text Example
White with #322B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B11; }
p { color: rgb(50,43,17); }
H1.HeaderClassName
{
color: #322B11;
}
.AnyTagClassName
{
color: #322B11;
}
</style>
background-color css
<style>
a { background-color: #322B11; }
a { background-color: rgb(50,43,17); }
div.DivClassName
{
background-color: #322B11;
}
.BgClassName
{
background-color: #322B11;
}
</style>
border-color css
<style>
span { border-color: #322B11; }
span { border-color: rgb(50,43,17); }
td.TdClassName
{
border-color: #322B11;
}
.TagClassName
{
border-color: #322B11;
}
</style>