Shades of Maire #322E1F
Tints of Maire #322E1F
RGB
CMYK
RGB Variations
Color information
#322E1F (or 0x322E1F) is known color: Maire. HEX triplet: 32, 2E and 1F. RGB value is (50,46,31). Sum of RGB (Red+Green+Blue) = 50+46+31=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 50 - color contains mainly: red. Hex color #322E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E1F is #CDD1E0. Grayscale: #2D2D2D. Windows color (decimal): -13488609 or 2043442. OLE color: 2043442.
HSL color Cylindrical-coordinate representation of color #322E1F: hue angle of 47.37º 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 #322E1F is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 31 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.80 |
| HSL | 47.37º | 0.23% | 0.16% | - |
| HSV(B) | 47.37º | 0.38% | 0.2% | - |
| XYZ | 2.54 | 2.73 | 1.69 | - |
| YUV | 45.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 31 | 0 | 0.08 | 0.38 | 0.80 | 47.37 | 0.23 | 0.16 |
| Hex | 32 | 2E | 1F | 0 | 8 | 26 | 50 | 2F | 17 | 10 |
| Octal | 62 | 56 | 37 | 0 | 10 | 46 | 120 | 57 | 27 | 20 |
| Binary | 110010 | 101110 | 11111 | 0 | 1000 | 100110 | 1010000 | 101111 | 10111 | 10000 |
Color Harmonies of #322E1F
Complementary color
Monochromatic Colors of #322E1F
Black with #322E1F
Text Example
Text Example
White with #322E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E1F; }
p { color: rgb(50,46,31); }
H1.HeaderClassName
{
color: #322E1F;
}
.AnyTagClassName
{
color: #322E1F;
}
</style>
background-color css
<style>
a { background-color: #322E1F; }
a { background-color: rgb(50,46,31); }
div.DivClassName
{
background-color: #322E1F;
}
.BgClassName
{
background-color: #322E1F;
}
</style>
border-color css
<style>
span { border-color: #322E1F; }
span { border-color: rgb(50,46,31); }
td.TdClassName
{
border-color: #322E1F;
}
.TagClassName
{
border-color: #322E1F;
}
</style>