Shades of Graphite #322F22
Tints of Graphite #322F22
RGB
CMYK
RGB Variations
Color information
#322F22 (or 0x322F22) is known color: Graphite. HEX triplet: 32, 2F and 22. RGB value is (50,47,34). Sum of RGB (Red+Green+Blue) = 50+47+34=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #322F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F22 is #CDD0DD. Grayscale: #2E2E2E. Windows color (decimal): -13488350 or 2240306. OLE color: 2240306.
HSL color Cylindrical-coordinate representation of color #322F22: hue angle of 48.75º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #322F22 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 34 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.80 |
| HSL | 48.75º | 0.19% | 0.16% | - |
| HSV(B) | 48.75º | 0.32% | 0.2% | - |
| XYZ | 2.62 | 2.83 | 1.92 | - |
| YUV | 46.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 34 | 0 | 0.06 | 0.32 | 0.80 | 48.75 | 0.19 | 0.16 |
| Hex | 32 | 2F | 22 | 0 | 6 | 20 | 50 | 31 | 13 | 10 |
| Octal | 62 | 57 | 42 | 0 | 6 | 40 | 120 | 61 | 23 | 20 |
| Binary | 110010 | 101111 | 100010 | 0 | 110 | 100000 | 1010000 | 110001 | 10011 | 10000 |
Color Harmonies of #322F22
Complementary color
Monochromatic Colors of #322F22
Black with #322F22
Text Example
Text Example
White with #322F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F22; }
p { color: rgb(50,47,34); }
H1.HeaderClassName
{
color: #322F22;
}
.AnyTagClassName
{
color: #322F22;
}
</style>
background-color css
<style>
a { background-color: #322F22; }
a { background-color: rgb(50,47,34); }
div.DivClassName
{
background-color: #322F22;
}
.BgClassName
{
background-color: #322F22;
}
</style>
border-color css
<style>
span { border-color: #322F22; }
span { border-color: rgb(50,47,34); }
td.TdClassName
{
border-color: #322F22;
}
.TagClassName
{
border-color: #322F22;
}
</style>