Shades of Graphite #393515
Tints of Graphite #393515
RGB
CMYK
RGB Variations
Color information
#393515 (or 0x393515) is known color: Graphite. HEX triplet: 39, 35 and 15. RGB value is (57,53,21). Sum of RGB (Red+Green+Blue) = 57+53+21=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #393515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393515 is #C6CAEA. Grayscale: #323232. Windows color (decimal): -13028075 or 1389881. OLE color: 1389881.
HSL color Cylindrical-coordinate representation of color #393515: hue angle of 53.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393515 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 21 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.78 |
| HSL | 53.33º | 0.46% | 0.15% | - |
| HSV(B) | 53.33º | 0.63% | 0.22% | - |
| XYZ | 3.1 | 3.47 | 1.22 | - |
| YUV | 50.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 21 | 0 | 0.07 | 0.63 | 0.78 | 53.33 | 0.46 | 0.15 |
| Hex | 39 | 35 | 15 | 0 | 7 | 3F | 4E | 35 | 2E | F |
| Octal | 71 | 65 | 25 | 0 | 7 | 77 | 116 | 65 | 56 | 17 |
| Binary | 111001 | 110101 | 10101 | 0 | 111 | 111111 | 1001110 | 110101 | 101110 | 1111 |
Color Harmonies of #393515
Complementary color
Monochromatic Colors of #393515
Black with #393515
Text Example
Text Example
White with #393515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393515; }
p { color: rgb(57,53,21); }
H1.HeaderClassName
{
color: #393515;
}
.AnyTagClassName
{
color: #393515;
}
</style>
background-color css
<style>
a { background-color: #393515; }
a { background-color: rgb(57,53,21); }
div.DivClassName
{
background-color: #393515;
}
.BgClassName
{
background-color: #393515;
}
</style>
border-color css
<style>
span { border-color: #393515; }
span { border-color: rgb(57,53,21); }
td.TdClassName
{
border-color: #393515;
}
.TagClassName
{
border-color: #393515;
}
</style>