Shades of Graphite #322F23
Tints of Graphite #322F23
RGB
CMYK
RGB Variations
Color information
#322F23 (or 0x322F23) is known color: Graphite. HEX triplet: 32, 2F and 23. RGB value is (50,47,35). Sum of RGB (Red+Green+Blue) = 50+47+35=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 50 - color contains mainly: red. Hex color #322F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F23 is #CDD0DC. Grayscale: #2E2E2E. Windows color (decimal): -13488349 or 2305842. OLE color: 2305842.
HSL color Cylindrical-coordinate representation of color #322F23: hue angle of 48º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322F23 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 35 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.80 |
| HSL | 48º | 0.18% | 0.17% | - |
| HSV(B) | 48º | 0.3% | 0.2% | - |
| XYZ | 2.64 | 2.83 | 2 | - |
| YUV | 46.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 35 | 0 | 0.06 | 0.30 | 0.80 | 48 | 0.18 | 0.17 |
| Hex | 32 | 2F | 23 | 0 | 6 | 1E | 50 | 30 | 12 | 11 |
| Octal | 62 | 57 | 43 | 0 | 6 | 36 | 120 | 60 | 22 | 21 |
| Binary | 110010 | 101111 | 100011 | 0 | 110 | 11110 | 1010000 | 110000 | 10010 | 10001 |
Color Harmonies of #322F23
Complementary color
Monochromatic Colors of #322F23
Black with #322F23
Text Example
Text Example
White with #322F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F23; }
p { color: rgb(50,47,35); }
H1.HeaderClassName
{
color: #322F23;
}
.AnyTagClassName
{
color: #322F23;
}
</style>
background-color css
<style>
a { background-color: #322F23; }
a { background-color: rgb(50,47,35); }
div.DivClassName
{
background-color: #322F23;
}
.BgClassName
{
background-color: #322F23;
}
</style>
border-color css
<style>
span { border-color: #322F23; }
span { border-color: rgb(50,47,35); }
td.TdClassName
{
border-color: #322F23;
}
.TagClassName
{
border-color: #322F23;
}
</style>