Shades of Graphite #393419
Tints of Graphite #393419
RGB
CMYK
RGB Variations
Color information
#393419 (or 0x393419) is known color: Graphite. HEX triplet: 39, 34 and 19. RGB value is (57,52,25). Sum of RGB (Red+Green+Blue) = 57+52+25=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #393419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393419 is #C6CBE6. Grayscale: #323232. Windows color (decimal): -13028327 or 1651769. OLE color: 1651769.
HSL color Cylindrical-coordinate representation of color #393419: hue angle of 50.62º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #393419 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 52 | 25 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.78 |
| HSL | 50.63º | 0.39% | 0.16% | - |
| HSV(B) | 50.63º | 0.56% | 0.22% | - |
| XYZ | 3.09 | 3.4 | 1.41 | - |
| YUV | 50.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 25 | 0 | 0.09 | 0.56 | 0.78 | 50.63 | 0.39 | 0.16 |
| Hex | 39 | 34 | 19 | 0 | 9 | 38 | 4E | 33 | 27 | 10 |
| Octal | 71 | 64 | 31 | 0 | 11 | 70 | 116 | 63 | 47 | 20 |
| Binary | 111001 | 110100 | 11001 | 0 | 1001 | 111000 | 1001110 | 110011 | 100111 | 10000 |
Color Harmonies of #393419
Complementary color
Monochromatic Colors of #393419
Black with #393419
Text Example
Text Example
White with #393419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393419; }
p { color: rgb(57,52,25); }
H1.HeaderClassName
{
color: #393419;
}
.AnyTagClassName
{
color: #393419;
}
</style>
background-color css
<style>
a { background-color: #393419; }
a { background-color: rgb(57,52,25); }
div.DivClassName
{
background-color: #393419;
}
.BgClassName
{
background-color: #393419;
}
</style>
border-color css
<style>
span { border-color: #393419; }
span { border-color: rgb(57,52,25); }
td.TdClassName
{
border-color: #393419;
}
.TagClassName
{
border-color: #393419;
}
</style>