Shades of Graphite #393731
Tints of Graphite #393731
RGB
CMYK
RGB Variations
Color information
#393731 (or 0x393731) is known color: Graphite. HEX triplet: 39, 37 and 31. RGB value is (57,55,49). Sum of RGB (Red+Green+Blue) = 57+55+49=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 57 - color contains mainly: red. Hex color #393731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393731 is #C6C8CE. Grayscale: #363636. Windows color (decimal): -13027535 or 3225401. OLE color: 3225401.
HSL color Cylindrical-coordinate representation of color #393731: hue angle of 45º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #393731 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 55 | 49 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.78 |
| HSL | 45º | 0.08% | 0.21% | - |
| HSV(B) | 45º | 0.14% | 0.22% | - |
| XYZ | 3.61 | 3.82 | 3.45 | - |
| YUV | 54.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 49 | 0 | 0.04 | 0.14 | 0.78 | 45 | 0.08 | 0.21 |
| Hex | 39 | 37 | 31 | 0 | 4 | E | 4E | 2D | 8 | 15 |
| Octal | 71 | 67 | 61 | 0 | 4 | 16 | 116 | 55 | 10 | 25 |
| Binary | 111001 | 110111 | 110001 | 0 | 100 | 1110 | 1001110 | 101101 | 1000 | 10101 |
Color Harmonies of #393731
Complementary color
Monochromatic Colors of #393731
Black with #393731
Text Example
Text Example
White with #393731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393731; }
p { color: rgb(57,55,49); }
H1.HeaderClassName
{
color: #393731;
}
.AnyTagClassName
{
color: #393731;
}
</style>
background-color css
<style>
a { background-color: #393731; }
a { background-color: rgb(57,55,49); }
div.DivClassName
{
background-color: #393731;
}
.BgClassName
{
background-color: #393731;
}
</style>
border-color css
<style>
span { border-color: #393731; }
span { border-color: rgb(57,55,49); }
td.TdClassName
{
border-color: #393731;
}
.TagClassName
{
border-color: #393731;
}
</style>