Shades of Graphite #322F28
Tints of Graphite #322F28
RGB
CMYK
RGB Variations
Color information
#322F28 (or 0x322F28) is known color: Graphite. HEX triplet: 32, 2F and 28. RGB value is (50,47,40). Sum of RGB (Red+Green+Blue) = 50+47+40=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 50 - color contains mainly: red. Hex color #322F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F28 is #CDD0D7. Grayscale: #2F2F2F. Windows color (decimal): -13488344 or 2633522. OLE color: 2633522.
HSL color Cylindrical-coordinate representation of color #322F28: hue angle of 42º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #322F28 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 47 | 40 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.80 |
| HSL | 42º | 0.11% | 0.18% | - |
| HSV(B) | 42º | 0.2% | 0.2% | - |
| XYZ | 2.71 | 2.86 | 2.42 | - |
| YUV | 47.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 40 | 0 | 0.06 | 0.20 | 0.80 | 42 | 0.11 | 0.18 |
| Hex | 32 | 2F | 28 | 0 | 6 | 14 | 50 | 2A | B | 12 |
| Octal | 62 | 57 | 50 | 0 | 6 | 24 | 120 | 52 | 13 | 22 |
| Binary | 110010 | 101111 | 101000 | 0 | 110 | 10100 | 1010000 | 101010 | 1011 | 10010 |
Color Harmonies of #322F28
Complementary color
Monochromatic Colors of #322F28
Black with #322F28
Text Example
Text Example
White with #322F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F28; }
p { color: rgb(50,47,40); }
H1.HeaderClassName
{
color: #322F28;
}
.AnyTagClassName
{
color: #322F28;
}
</style>
background-color css
<style>
a { background-color: #322F28; }
a { background-color: rgb(50,47,40); }
div.DivClassName
{
background-color: #322F28;
}
.BgClassName
{
background-color: #322F28;
}
</style>
border-color css
<style>
span { border-color: #322F28; }
span { border-color: rgb(50,47,40); }
td.TdClassName
{
border-color: #322F28;
}
.TagClassName
{
border-color: #322F28;
}
</style>