Shades of Graphite #393527
Tints of Graphite #393527
RGB
CMYK
RGB Variations
Color information
#393527 (or 0x393527) is known color: Graphite. HEX triplet: 39, 35 and 27. RGB value is (57,53,39). Sum of RGB (Red+Green+Blue) = 57+53+39=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 57 - color contains mainly: red. Hex color #393527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393527 is #C6CAD8. Grayscale: #343434. Windows color (decimal): -13028057 or 2569529. OLE color: 2569529.
HSL color Cylindrical-coordinate representation of color #393527: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #393527 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 39 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.78 |
| HSL | 46.67º | 0.19% | 0.19% | - |
| HSV(B) | 46.67º | 0.32% | 0.22% | - |
| XYZ | 3.33 | 3.56 | 2.43 | - |
| YUV | 52.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 39 | 0 | 0.07 | 0.32 | 0.78 | 46.67 | 0.19 | 0.19 |
| Hex | 39 | 35 | 27 | 0 | 7 | 20 | 4E | 2F | 13 | 13 |
| Octal | 71 | 65 | 47 | 0 | 7 | 40 | 116 | 57 | 23 | 23 |
| Binary | 111001 | 110101 | 100111 | 0 | 111 | 100000 | 1001110 | 101111 | 10011 | 10011 |
Color Harmonies of #393527
Complementary color
Monochromatic Colors of #393527
Black with #393527
Text Example
Text Example
White with #393527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393527; }
p { color: rgb(57,53,39); }
H1.HeaderClassName
{
color: #393527;
}
.AnyTagClassName
{
color: #393527;
}
</style>
background-color css
<style>
a { background-color: #393527; }
a { background-color: rgb(57,53,39); }
div.DivClassName
{
background-color: #393527;
}
.BgClassName
{
background-color: #393527;
}
</style>
border-color css
<style>
span { border-color: #393527; }
span { border-color: rgb(57,53,39); }
td.TdClassName
{
border-color: #393527;
}
.TagClassName
{
border-color: #393527;
}
</style>