Shades of Maire #322F1F
Tints of Maire #322F1F
RGB
CMYK
RGB Variations
Color information
#322F1F (or 0x322F1F) is known color: Maire. HEX triplet: 32, 2F and 1F. RGB value is (50,47,31). Sum of RGB (Red+Green+Blue) = 50+47+31=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #322F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F1F is #CDD0E0. Grayscale: #2E2E2E. Windows color (decimal): -13488353 or 2043698. OLE color: 2043698.
HSL color Cylindrical-coordinate representation of color #322F1F: hue angle of 50.53º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #322F1F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 31 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.80 |
| HSL | 50.53º | 0.23% | 0.16% | - |
| HSV(B) | 50.53º | 0.38% | 0.2% | - |
| XYZ | 2.58 | 2.81 | 1.7 | - |
| YUV | 46.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 31 | 0 | 0.06 | 0.38 | 0.80 | 50.53 | 0.23 | 0.16 |
| Hex | 32 | 2F | 1F | 0 | 6 | 26 | 50 | 33 | 17 | 10 |
| Octal | 62 | 57 | 37 | 0 | 6 | 46 | 120 | 63 | 27 | 20 |
| Binary | 110010 | 101111 | 11111 | 0 | 110 | 100110 | 1010000 | 110011 | 10111 | 10000 |
Color Harmonies of #322F1F
Complementary color
Monochromatic Colors of #322F1F
Black with #322F1F
Text Example
Text Example
White with #322F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F1F; }
p { color: rgb(50,47,31); }
H1.HeaderClassName
{
color: #322F1F;
}
.AnyTagClassName
{
color: #322F1F;
}
</style>
background-color css
<style>
a { background-color: #322F1F; }
a { background-color: rgb(50,47,31); }
div.DivClassName
{
background-color: #322F1F;
}
.BgClassName
{
background-color: #322F1F;
}
</style>
border-color css
<style>
span { border-color: #322F1F; }
span { border-color: rgb(50,47,31); }
td.TdClassName
{
border-color: #322F1F;
}
.TagClassName
{
border-color: #322F1F;
}
</style>