Shades of Graphite #393519
Tints of Graphite #393519
RGB
CMYK
RGB Variations
Color information
#393519 (or 0x393519) is known color: Graphite. HEX triplet: 39, 35 and 19. RGB value is (57,53,25). Sum of RGB (Red+Green+Blue) = 57+53+25=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #393519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393519 is #C6CAE6. Grayscale: #333333. Windows color (decimal): -13028071 or 1652025. OLE color: 1652025.
HSL color Cylindrical-coordinate representation of color #393519: hue angle of 52.5º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #393519 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 25 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.78 |
| HSL | 52.5º | 0.39% | 0.16% | - |
| HSV(B) | 52.5º | 0.56% | 0.22% | - |
| XYZ | 3.14 | 3.49 | 1.43 | - |
| YUV | 51 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 25 | 0 | 0.07 | 0.56 | 0.78 | 52.5 | 0.39 | 0.16 |
| Hex | 39 | 35 | 19 | 0 | 7 | 38 | 4E | 34 | 27 | 10 |
| Octal | 71 | 65 | 31 | 0 | 7 | 70 | 116 | 64 | 47 | 20 |
| Binary | 111001 | 110101 | 11001 | 0 | 111 | 111000 | 1001110 | 110100 | 100111 | 10000 |
Color Harmonies of #393519
Complementary color
Monochromatic Colors of #393519
Black with #393519
Text Example
Text Example
White with #393519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393519; }
p { color: rgb(57,53,25); }
H1.HeaderClassName
{
color: #393519;
}
.AnyTagClassName
{
color: #393519;
}
</style>
background-color css
<style>
a { background-color: #393519; }
a { background-color: rgb(57,53,25); }
div.DivClassName
{
background-color: #393519;
}
.BgClassName
{
background-color: #393519;
}
</style>
border-color css
<style>
span { border-color: #393519; }
span { border-color: rgb(57,53,25); }
td.TdClassName
{
border-color: #393519;
}
.TagClassName
{
border-color: #393519;
}
</style>