Shades of Graphite #39361D
Tints of Graphite #39361D
RGB
CMYK
RGB Variations
Color information
#39361D (or 0x39361D) is known color: Graphite. HEX triplet: 39, 36 and 1D. RGB value is (57,54,29). Sum of RGB (Red+Green+Blue) = 57+54+29=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #39361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39361D is #C6C9E2. Grayscale: #343434. Windows color (decimal): -13027811 or 1914425. OLE color: 1914425.
HSL color Cylindrical-coordinate representation of color #39361D: hue angle of 53.57º 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 #39361D is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 54 | 29 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.78 |
| HSL | 53.57º | 0.33% | 0.17% | - |
| HSV(B) | 53.57º | 0.49% | 0.22% | - |
| XYZ | 3.23 | 3.6 | 1.69 | - |
| YUV | 52.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 29 | 0 | 0.05 | 0.49 | 0.78 | 53.57 | 0.33 | 0.17 |
| Hex | 39 | 36 | 1D | 0 | 5 | 31 | 4E | 36 | 21 | 11 |
| Octal | 71 | 66 | 35 | 0 | 5 | 61 | 116 | 66 | 41 | 21 |
| Binary | 111001 | 110110 | 11101 | 0 | 101 | 110001 | 1001110 | 110110 | 100001 | 10001 |
Color Harmonies of #39361D
Complementary color
Monochromatic Colors of #39361D
Black with #39361D
Text Example
Text Example
White with #39361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39361D; }
p { color: rgb(57,54,29); }
H1.HeaderClassName
{
color: #39361D;
}
.AnyTagClassName
{
color: #39361D;
}
</style>
background-color css
<style>
a { background-color: #39361D; }
a { background-color: rgb(57,54,29); }
div.DivClassName
{
background-color: #39361D;
}
.BgClassName
{
background-color: #39361D;
}
</style>
border-color css
<style>
span { border-color: #39361D; }
span { border-color: rgb(57,54,29); }
td.TdClassName
{
border-color: #39361D;
}
.TagClassName
{
border-color: #39361D;
}
</style>