Shades of Graphite #393423
Tints of Graphite #393423
RGB
CMYK
RGB Variations
Color information
#393423 (or 0x393423) is known color: Graphite. HEX triplet: 39, 34 and 23. RGB value is (57,52,35). Sum of RGB (Red+Green+Blue) = 57+52+35=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #393423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393423 is #C6CBDC. Grayscale: #333333. Windows color (decimal): -13028317 or 2307129. OLE color: 2307129.
HSL color Cylindrical-coordinate representation of color #393423: hue angle of 46.36º 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 #393423 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 52 | 35 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.78 |
| HSL | 46.36º | 0.24% | 0.18% | - |
| HSV(B) | 46.36º | 0.39% | 0.22% | - |
| XYZ | 3.22 | 3.45 | 2.09 | - |
| YUV | 51.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 35 | 0 | 0.09 | 0.39 | 0.78 | 46.36 | 0.24 | 0.18 |
| Hex | 39 | 34 | 23 | 0 | 9 | 27 | 4E | 2E | 18 | 12 |
| Octal | 71 | 64 | 43 | 0 | 11 | 47 | 116 | 56 | 30 | 22 |
| Binary | 111001 | 110100 | 100011 | 0 | 1001 | 100111 | 1001110 | 101110 | 11000 | 10010 |
Color Harmonies of #393423
Complementary color
Monochromatic Colors of #393423
Black with #393423
Text Example
Text Example
White with #393423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393423; }
p { color: rgb(57,52,35); }
H1.HeaderClassName
{
color: #393423;
}
.AnyTagClassName
{
color: #393423;
}
</style>
background-color css
<style>
a { background-color: #393423; }
a { background-color: rgb(57,52,35); }
div.DivClassName
{
background-color: #393423;
}
.BgClassName
{
background-color: #393423;
}
</style>
border-color css
<style>
span { border-color: #393423; }
span { border-color: rgb(57,52,35); }
td.TdClassName
{
border-color: #393423;
}
.TagClassName
{
border-color: #393423;
}
</style>