Shades of Graphite #39352C
Tints of Graphite #39352C
RGB
CMYK
RGB Variations
Color information
#39352C (or 0x39352C) is known color: Graphite. HEX triplet: 39, 35 and 2C. RGB value is (57,53,44). Sum of RGB (Red+Green+Blue) = 57+53+44=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 57 - color contains mainly: red. Hex color #39352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39352C is #C6CAD3. Grayscale: #353535. Windows color (decimal): -13028052 or 2897209. OLE color: 2897209.
HSL color Cylindrical-coordinate representation of color #39352C: hue angle of 41.54º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #39352C is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 44 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.78 |
| HSL | 41.54º | 0.13% | 0.2% | - |
| HSV(B) | 41.54º | 0.23% | 0.22% | - |
| XYZ | 3.42 | 3.6 | 2.9 | - |
| YUV | 53.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 44 | 0 | 0.07 | 0.23 | 0.78 | 41.54 | 0.13 | 0.2 |
| Hex | 39 | 35 | 2C | 0 | 7 | 17 | 4E | 2A | D | 14 |
| Octal | 71 | 65 | 54 | 0 | 7 | 27 | 116 | 52 | 15 | 24 |
| Binary | 111001 | 110101 | 101100 | 0 | 111 | 10111 | 1001110 | 101010 | 1101 | 10100 |
Color Harmonies of #39352C
Complementary color
Monochromatic Colors of #39352C
Black with #39352C
Text Example
Text Example
White with #39352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39352C; }
p { color: rgb(57,53,44); }
H1.HeaderClassName
{
color: #39352C;
}
.AnyTagClassName
{
color: #39352C;
}
</style>
background-color css
<style>
a { background-color: #39352C; }
a { background-color: rgb(57,53,44); }
div.DivClassName
{
background-color: #39352C;
}
.BgClassName
{
background-color: #39352C;
}
</style>
border-color css
<style>
span { border-color: #39352C; }
span { border-color: rgb(57,53,44); }
td.TdClassName
{
border-color: #39352C;
}
.TagClassName
{
border-color: #39352C;
}
</style>