Shades of Graphite #39331D
Tints of Graphite #39331D
RGB
CMYK
RGB Variations
Color information
#39331D (or 0x39331D) is known color: Graphite. HEX triplet: 39, 33 and 1D. RGB value is (57,51,29). Sum of RGB (Red+Green+Blue) = 57+51+29=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #39331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39331D is #C6CCE2. Grayscale: #323232. Windows color (decimal): -13028579 or 1913657. OLE color: 1913657.
HSL color Cylindrical-coordinate representation of color #39331D: hue angle of 47.14º 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 #39331D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 51 | 29 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.78 |
| HSL | 47.14º | 0.33% | 0.17% | - |
| HSV(B) | 47.14º | 0.49% | 0.22% | - |
| XYZ | 3.09 | 3.33 | 1.64 | - |
| YUV | 50.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 29 | 0 | 0.11 | 0.49 | 0.78 | 47.14 | 0.33 | 0.17 |
| Hex | 39 | 33 | 1D | 0 | B | 31 | 4E | 2F | 21 | 11 |
| Octal | 71 | 63 | 35 | 0 | 13 | 61 | 116 | 57 | 41 | 21 |
| Binary | 111001 | 110011 | 11101 | 0 | 1011 | 110001 | 1001110 | 101111 | 100001 | 10001 |
Color Harmonies of #39331D
Complementary color
Monochromatic Colors of #39331D
Black with #39331D
Text Example
Text Example
White with #39331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39331D; }
p { color: rgb(57,51,29); }
H1.HeaderClassName
{
color: #39331D;
}
.AnyTagClassName
{
color: #39331D;
}
</style>
background-color css
<style>
a { background-color: #39331D; }
a { background-color: rgb(57,51,29); }
div.DivClassName
{
background-color: #39331D;
}
.BgClassName
{
background-color: #39331D;
}
</style>
border-color css
<style>
span { border-color: #39331D; }
span { border-color: rgb(57,51,29); }
td.TdClassName
{
border-color: #39331D;
}
.TagClassName
{
border-color: #39331D;
}
</style>