Shades of Graphite #393522
Tints of Graphite #393522
RGB
CMYK
RGB Variations
Color information
#393522 (or 0x393522) is known color: Graphite. HEX triplet: 39, 35 and 22. RGB value is (57,53,34). Sum of RGB (Red+Green+Blue) = 57+53+34=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #393522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393522 is #C6CADD. Grayscale: #343434. Windows color (decimal): -13028062 or 2241849. OLE color: 2241849.
HSL color Cylindrical-coordinate representation of color #393522: hue angle of 49.57º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #393522 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 34 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.78 |
| HSL | 49.57º | 0.25% | 0.18% | - |
| HSV(B) | 49.57º | 0.4% | 0.22% | - |
| XYZ | 3.25 | 3.53 | 2.02 | - |
| YUV | 52.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 34 | 0 | 0.07 | 0.40 | 0.78 | 49.57 | 0.25 | 0.18 |
| Hex | 39 | 35 | 22 | 0 | 7 | 28 | 4E | 32 | 19 | 12 |
| Octal | 71 | 65 | 42 | 0 | 7 | 50 | 116 | 62 | 31 | 22 |
| Binary | 111001 | 110101 | 100010 | 0 | 111 | 101000 | 1001110 | 110010 | 11001 | 10010 |
Color Harmonies of #393522
Complementary color
Monochromatic Colors of #393522
Black with #393522
Text Example
Text Example
White with #393522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393522; }
p { color: rgb(57,53,34); }
H1.HeaderClassName
{
color: #393522;
}
.AnyTagClassName
{
color: #393522;
}
</style>
background-color css
<style>
a { background-color: #393522; }
a { background-color: rgb(57,53,34); }
div.DivClassName
{
background-color: #393522;
}
.BgClassName
{
background-color: #393522;
}
</style>
border-color css
<style>
span { border-color: #393522; }
span { border-color: rgb(57,53,34); }
td.TdClassName
{
border-color: #393522;
}
.TagClassName
{
border-color: #393522;
}
</style>