Shades of Graphite #39351D
Tints of Graphite #39351D
RGB
CMYK
RGB Variations
Color information
#39351D (or 0x39351D) is known color: Graphite. HEX triplet: 39, 35 and 1D. RGB value is (57,53,29). Sum of RGB (Red+Green+Blue) = 57+53+29=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #39351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39351D is #C6CAE2. Grayscale: #333333. Windows color (decimal): -13028067 or 1914169. OLE color: 1914169.
HSL color Cylindrical-coordinate representation of color #39351D: hue angle of 51.43º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39351D is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 29 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.78 |
| HSL | 51.43º | 0.33% | 0.17% | - |
| HSV(B) | 51.43º | 0.49% | 0.22% | - |
| XYZ | 3.18 | 3.5 | 1.67 | - |
| YUV | 51.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 29 | 0 | 0.07 | 0.49 | 0.78 | 51.43 | 0.33 | 0.17 |
| Hex | 39 | 35 | 1D | 0 | 7 | 31 | 4E | 33 | 21 | 11 |
| Octal | 71 | 65 | 35 | 0 | 7 | 61 | 116 | 63 | 41 | 21 |
| Binary | 111001 | 110101 | 11101 | 0 | 111 | 110001 | 1001110 | 110011 | 100001 | 10001 |
Color Harmonies of #39351D
Complementary color
Monochromatic Colors of #39351D
Black with #39351D
Text Example
Text Example
White with #39351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39351D; }
p { color: rgb(57,53,29); }
H1.HeaderClassName
{
color: #39351D;
}
.AnyTagClassName
{
color: #39351D;
}
</style>
background-color css
<style>
a { background-color: #39351D; }
a { background-color: rgb(57,53,29); }
div.DivClassName
{
background-color: #39351D;
}
.BgClassName
{
background-color: #39351D;
}
</style>
border-color css
<style>
span { border-color: #39351D; }
span { border-color: rgb(57,53,29); }
td.TdClassName
{
border-color: #39351D;
}
.TagClassName
{
border-color: #39351D;
}
</style>