Shades of Graphite #393429
Tints of Graphite #393429
RGB
CMYK
RGB Variations
Color information
#393429 (or 0x393429) is known color: Graphite. HEX triplet: 39, 34 and 29. RGB value is (57,52,41). Sum of RGB (Red+Green+Blue) = 57+52+41=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 57 - color contains mainly: red. Hex color #393429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393429 is #C6CBD6. Grayscale: #343434. Windows color (decimal): -13028311 or 2700345. OLE color: 2700345.
HSL color Cylindrical-coordinate representation of color #393429: hue angle of 41.25º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #393429 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 52 | 41 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.78 |
| HSL | 41.25º | 0.16% | 0.19% | - |
| HSV(B) | 41.25º | 0.28% | 0.22% | - |
| XYZ | 3.32 | 3.49 | 2.6 | - |
| YUV | 52.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 41 | 0 | 0.09 | 0.28 | 0.78 | 41.25 | 0.16 | 0.19 |
| Hex | 39 | 34 | 29 | 0 | 9 | 1C | 4E | 29 | 10 | 13 |
| Octal | 71 | 64 | 51 | 0 | 11 | 34 | 116 | 51 | 20 | 23 |
| Binary | 111001 | 110100 | 101001 | 0 | 1001 | 11100 | 1001110 | 101001 | 10000 | 10011 |
Color Harmonies of #393429
Complementary color
Monochromatic Colors of #393429
Black with #393429
Text Example
Text Example
White with #393429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393429; }
p { color: rgb(57,52,41); }
H1.HeaderClassName
{
color: #393429;
}
.AnyTagClassName
{
color: #393429;
}
</style>
background-color css
<style>
a { background-color: #393429; }
a { background-color: rgb(57,52,41); }
div.DivClassName
{
background-color: #393429;
}
.BgClassName
{
background-color: #393429;
}
</style>
border-color css
<style>
span { border-color: #393429; }
span { border-color: rgb(57,52,41); }
td.TdClassName
{
border-color: #393429;
}
.TagClassName
{
border-color: #393429;
}
</style>