Shades of Graphite #393625
Tints of Graphite #393625
RGB
CMYK
RGB Variations
Color information
#393625 (or 0x393625) is known color: Graphite. HEX triplet: 39, 36 and 25. RGB value is (57,54,37). Sum of RGB (Red+Green+Blue) = 57+54+37=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 57 - color contains mainly: red. Hex color #393625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393625 is #C6C9DA. Grayscale: #353535. Windows color (decimal): -13027803 or 2438713. OLE color: 2438713.
HSL color Cylindrical-coordinate representation of color #393625: hue angle of 51º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #393625 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 54 | 37 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.78 |
| HSL | 51º | 0.21% | 0.18% | - |
| HSV(B) | 51º | 0.35% | 0.22% | - |
| XYZ | 3.34 | 3.64 | 2.28 | - |
| YUV | 52.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 37 | 0 | 0.05 | 0.35 | 0.78 | 51 | 0.21 | 0.18 |
| Hex | 39 | 36 | 25 | 0 | 5 | 23 | 4E | 33 | 15 | 12 |
| Octal | 71 | 66 | 45 | 0 | 5 | 43 | 116 | 63 | 25 | 22 |
| Binary | 111001 | 110110 | 100101 | 0 | 101 | 100011 | 1001110 | 110011 | 10101 | 10010 |
Color Harmonies of #393625
Complementary color
Monochromatic Colors of #393625
Black with #393625
Text Example
Text Example
White with #393625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393625; }
p { color: rgb(57,54,37); }
H1.HeaderClassName
{
color: #393625;
}
.AnyTagClassName
{
color: #393625;
}
</style>
background-color css
<style>
a { background-color: #393625; }
a { background-color: rgb(57,54,37); }
div.DivClassName
{
background-color: #393625;
}
.BgClassName
{
background-color: #393625;
}
</style>
border-color css
<style>
span { border-color: #393625; }
span { border-color: rgb(57,54,37); }
td.TdClassName
{
border-color: #393625;
}
.TagClassName
{
border-color: #393625;
}
</style>