Shades of Graphite #342F20
Tints of Graphite #342F20
RGB
CMYK
RGB Variations
Color information
#342F20 (or 0x342F20) is known color: Graphite. HEX triplet: 34, 2F and 20. RGB value is (52,47,32). Sum of RGB (Red+Green+Blue) = 52+47+32=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #342F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F20 is #CBD0DF. Grayscale: #2E2E2E. Windows color (decimal): -13357280 or 2109236. OLE color: 2109236.
HSL color Cylindrical-coordinate representation of color #342F20: hue angle of 45º degrees, saturation: 0.24, 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 #342F20 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 32 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.80 |
| HSL | 45º | 0.24% | 0.16% | - |
| HSV(B) | 45º | 0.38% | 0.2% | - |
| XYZ | 2.69 | 2.87 | 1.78 | - |
| YUV | 46.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 32 | 0 | 0.10 | 0.38 | 0.80 | 45 | 0.24 | 0.16 |
| Hex | 34 | 2F | 20 | 0 | A | 26 | 50 | 2D | 18 | 10 |
| Octal | 64 | 57 | 40 | 0 | 12 | 46 | 120 | 55 | 30 | 20 |
| Binary | 110100 | 101111 | 100000 | 0 | 1010 | 100110 | 1010000 | 101101 | 11000 | 10000 |
Color Harmonies of #342F20
Complementary color
Monochromatic Colors of #342F20
Black with #342F20
Text Example
Text Example
White with #342F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F20; }
p { color: rgb(52,47,32); }
H1.HeaderClassName
{
color: #342F20;
}
.AnyTagClassName
{
color: #342F20;
}
</style>
background-color css
<style>
a { background-color: #342F20; }
a { background-color: rgb(52,47,32); }
div.DivClassName
{
background-color: #342F20;
}
.BgClassName
{
background-color: #342F20;
}
</style>
border-color css
<style>
span { border-color: #342F20; }
span { border-color: rgb(52,47,32); }
td.TdClassName
{
border-color: #342F20;
}
.TagClassName
{
border-color: #342F20;
}
</style>