Shades of Graphite #393420
Tints of Graphite #393420
RGB
CMYK
RGB Variations
Color information
#393420 (or 0x393420) is known color: Graphite. HEX triplet: 39, 34 and 20. RGB value is (57,52,32). Sum of RGB (Red+Green+Blue) = 57+52+32=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #393420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393420 is #C6CBDF. Grayscale: #333333. Windows color (decimal): -13028320 or 2110521. OLE color: 2110521.
HSL color Cylindrical-coordinate representation of color #393420: hue angle of 48º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393420 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 52 | 32 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.78 |
| HSL | 48º | 0.28% | 0.17% | - |
| HSV(B) | 48º | 0.44% | 0.22% | - |
| XYZ | 3.18 | 3.43 | 1.86 | - |
| YUV | 51.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 32 | 0 | 0.09 | 0.44 | 0.78 | 48 | 0.28 | 0.17 |
| Hex | 39 | 34 | 20 | 0 | 9 | 2C | 4E | 30 | 1C | 11 |
| Octal | 71 | 64 | 40 | 0 | 11 | 54 | 116 | 60 | 34 | 21 |
| Binary | 111001 | 110100 | 100000 | 0 | 1001 | 101100 | 1001110 | 110000 | 11100 | 10001 |
Color Harmonies of #393420
Complementary color
Monochromatic Colors of #393420
Black with #393420
Text Example
Text Example
White with #393420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393420; }
p { color: rgb(57,52,32); }
H1.HeaderClassName
{
color: #393420;
}
.AnyTagClassName
{
color: #393420;
}
</style>
background-color css
<style>
a { background-color: #393420; }
a { background-color: rgb(57,52,32); }
div.DivClassName
{
background-color: #393420;
}
.BgClassName
{
background-color: #393420;
}
</style>
border-color css
<style>
span { border-color: #393420; }
span { border-color: rgb(57,52,32); }
td.TdClassName
{
border-color: #393420;
}
.TagClassName
{
border-color: #393420;
}
</style>