Shades of Graphite #352F20
Tints of Graphite #352F20
RGB
CMYK
RGB Variations
Color information
#352F20 (or 0x352F20) is known color: Graphite. HEX triplet: 35, 2F and 20. RGB value is (53,47,32). Sum of RGB (Red+Green+Blue) = 53+47+32=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #352F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F20 is #CAD0DF. Grayscale: #2F2F2F. Windows color (decimal): -13291744 or 2109237. OLE color: 2109237.
HSL color Cylindrical-coordinate representation of color #352F20: hue angle of 42.86º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352F20 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 32 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.79 |
| HSL | 42.86º | 0.25% | 0.17% | - |
| HSV(B) | 42.86º | 0.4% | 0.21% | - |
| XYZ | 2.75 | 2.89 | 1.78 | - |
| YUV | 47.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 32 | 0 | 0.11 | 0.40 | 0.79 | 42.86 | 0.25 | 0.17 |
| Hex | 35 | 2F | 20 | 0 | B | 28 | 4F | 2B | 19 | 11 |
| Octal | 65 | 57 | 40 | 0 | 13 | 50 | 117 | 53 | 31 | 21 |
| Binary | 110101 | 101111 | 100000 | 0 | 1011 | 101000 | 1001111 | 101011 | 11001 | 10001 |
Color Harmonies of #352F20
Complementary color
Monochromatic Colors of #352F20
Black with #352F20
Text Example
Text Example
White with #352F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F20; }
p { color: rgb(53,47,32); }
H1.HeaderClassName
{
color: #352F20;
}
.AnyTagClassName
{
color: #352F20;
}
</style>
background-color css
<style>
a { background-color: #352F20; }
a { background-color: rgb(53,47,32); }
div.DivClassName
{
background-color: #352F20;
}
.BgClassName
{
background-color: #352F20;
}
</style>
border-color css
<style>
span { border-color: #352F20; }
span { border-color: rgb(53,47,32); }
td.TdClassName
{
border-color: #352F20;
}
.TagClassName
{
border-color: #352F20;
}
</style>