Shades of Graphite #393623
Tints of Graphite #393623
RGB
CMYK
RGB Variations
Color information
#393623 (or 0x393623) is known color: Graphite. HEX triplet: 39, 36 and 23. RGB value is (57,54,35). Sum of RGB (Red+Green+Blue) = 57+54+35=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 57 - color contains mainly: red. Hex color #393623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393623 is #C6C9DC. Grayscale: #343434. Windows color (decimal): -13027805 or 2307641. OLE color: 2307641.
HSL color Cylindrical-coordinate representation of color #393623: hue angle of 51.82º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #393623 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 54 | 35 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.78 |
| HSL | 51.82º | 0.24% | 0.18% | - |
| HSV(B) | 51.82º | 0.39% | 0.22% | - |
| XYZ | 3.31 | 3.63 | 2.12 | - |
| YUV | 52.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 35 | 0 | 0.05 | 0.39 | 0.78 | 51.82 | 0.24 | 0.18 |
| Hex | 39 | 36 | 23 | 0 | 5 | 27 | 4E | 34 | 18 | 12 |
| Octal | 71 | 66 | 43 | 0 | 5 | 47 | 116 | 64 | 30 | 22 |
| Binary | 111001 | 110110 | 100011 | 0 | 101 | 100111 | 1001110 | 110100 | 11000 | 10010 |
Color Harmonies of #393623
Complementary color
Monochromatic Colors of #393623
Black with #393623
Text Example
Text Example
White with #393623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393623; }
p { color: rgb(57,54,35); }
H1.HeaderClassName
{
color: #393623;
}
.AnyTagClassName
{
color: #393623;
}
</style>
background-color css
<style>
a { background-color: #393623; }
a { background-color: rgb(57,54,35); }
div.DivClassName
{
background-color: #393623;
}
.BgClassName
{
background-color: #393623;
}
</style>
border-color css
<style>
span { border-color: #393623; }
span { border-color: rgb(57,54,35); }
td.TdClassName
{
border-color: #393623;
}
.TagClassName
{
border-color: #393623;
}
</style>