Shades of Melanzane #322B2F
Tints of Melanzane #322B2F
RGB
CMYK
RGB Variations
Color information
#322B2F (or 0x322B2F) is known color: Melanzane. HEX triplet: 32, 2B and 2F. RGB value is (50,43,47). Sum of RGB (Red+Green+Blue) = 50+43+47=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 50 - color contains mainly: red. Hex color #322B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B2F is #CDD4D0. Grayscale: #2D2D2D. Windows color (decimal): -13489361 or 3091250. OLE color: 3091250.
HSL color Cylindrical-coordinate representation of color #322B2F: hue angle of 325.71º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #322B2F is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 47 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.80 |
| HSL | 325.71º | 0.08% | 0.18% | - |
| HSV(B) | 325.71º | 0.14% | 0.2% | - |
| XYZ | 2.69 | 2.61 | 3.05 | - |
| YUV | 45.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 47 | 0 | 0.14 | 0.06 | 0.80 | 325.71 | 0.08 | 0.18 |
| Hex | 32 | 2B | 2F | 0 | E | 6 | 50 | 146 | 8 | 12 |
| Octal | 62 | 53 | 57 | 0 | 16 | 6 | 120 | 506 | 10 | 22 |
| Binary | 110010 | 101011 | 101111 | 0 | 1110 | 110 | 1010000 | 101000110 | 1000 | 10010 |
Color Harmonies of #322B2F
Complementary color
Monochromatic Colors of #322B2F
Black with #322B2F
Text Example
Text Example
White with #322B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B2F; }
p { color: rgb(50,43,47); }
H1.HeaderClassName
{
color: #322B2F;
}
.AnyTagClassName
{
color: #322B2F;
}
</style>
background-color css
<style>
a { background-color: #322B2F; }
a { background-color: rgb(50,43,47); }
div.DivClassName
{
background-color: #322B2F;
}
.BgClassName
{
background-color: #322B2F;
}
</style>
border-color css
<style>
span { border-color: #322B2F; }
span { border-color: rgb(50,43,47); }
td.TdClassName
{
border-color: #322B2F;
}
.TagClassName
{
border-color: #322B2F;
}
</style>