Shades of Maire #322F1B
Tints of Maire #322F1B
RGB
CMYK
RGB Variations
Color information
#322F1B (or 0x322F1B) is known color: Maire. HEX triplet: 32, 2F and 1B. RGB value is (50,47,27). Sum of RGB (Red+Green+Blue) = 50+47+27=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #322F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F1B is #CDD0E4. Grayscale: #2D2D2D. Windows color (decimal): -13488357 or 1781554. OLE color: 1781554.
HSL color Cylindrical-coordinate representation of color #322F1B: hue angle of 52.17º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #322F1B is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 27 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.80 |
| HSL | 52.17º | 0.3% | 0.15% | - |
| HSV(B) | 52.17º | 0.46% | 0.2% | - |
| XYZ | 2.53 | 2.79 | 1.44 | - |
| YUV | 45.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 27 | 0 | 0.06 | 0.46 | 0.80 | 52.17 | 0.3 | 0.15 |
| Hex | 32 | 2F | 1B | 0 | 6 | 2E | 50 | 34 | 1E | F |
| Octal | 62 | 57 | 33 | 0 | 6 | 56 | 120 | 64 | 36 | 17 |
| Binary | 110010 | 101111 | 11011 | 0 | 110 | 101110 | 1010000 | 110100 | 11110 | 1111 |
Color Harmonies of #322F1B
Complementary color
Monochromatic Colors of #322F1B
Black with #322F1B
Text Example
Text Example
White with #322F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F1B; }
p { color: rgb(50,47,27); }
H1.HeaderClassName
{
color: #322F1B;
}
.AnyTagClassName
{
color: #322F1B;
}
</style>
background-color css
<style>
a { background-color: #322F1B; }
a { background-color: rgb(50,47,27); }
div.DivClassName
{
background-color: #322F1B;
}
.BgClassName
{
background-color: #322F1B;
}
</style>
border-color css
<style>
span { border-color: #322F1B; }
span { border-color: rgb(50,47,27); }
td.TdClassName
{
border-color: #322F1B;
}
.TagClassName
{
border-color: #322F1B;
}
</style>