Shades of Graphite #39372C
Tints of Graphite #39372C
RGB
CMYK
RGB Variations
Color information
#39372C (or 0x39372C) is known color: Graphite. HEX triplet: 39, 37 and 2C. RGB value is (57,55,44). Sum of RGB (Red+Green+Blue) = 57+55+44=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 57 - color contains mainly: red. Hex color #39372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39372C is #C6C8D3. Grayscale: #363636. Windows color (decimal): -13027540 or 2897721. OLE color: 2897721.
HSL color Cylindrical-coordinate representation of color #39372C: hue angle of 50.77º 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 #39372C is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 55 | 44 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.78 |
| HSL | 50.77º | 0.13% | 0.2% | - |
| HSV(B) | 50.77º | 0.23% | 0.22% | - |
| XYZ | 3.51 | 3.78 | 2.93 | - |
| YUV | 54.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 44 | 0 | 0.04 | 0.23 | 0.78 | 50.77 | 0.13 | 0.2 |
| Hex | 39 | 37 | 2C | 0 | 4 | 17 | 4E | 33 | D | 14 |
| Octal | 71 | 67 | 54 | 0 | 4 | 27 | 116 | 63 | 15 | 24 |
| Binary | 111001 | 110111 | 101100 | 0 | 100 | 10111 | 1001110 | 110011 | 1101 | 10100 |
Color Harmonies of #39372C
Complementary color
Monochromatic Colors of #39372C
Black with #39372C
Text Example
Text Example
White with #39372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39372C; }
p { color: rgb(57,55,44); }
H1.HeaderClassName
{
color: #39372C;
}
.AnyTagClassName
{
color: #39372C;
}
</style>
background-color css
<style>
a { background-color: #39372C; }
a { background-color: rgb(57,55,44); }
div.DivClassName
{
background-color: #39372C;
}
.BgClassName
{
background-color: #39372C;
}
</style>
border-color css
<style>
span { border-color: #39372C; }
span { border-color: rgb(57,55,44); }
td.TdClassName
{
border-color: #39372C;
}
.TagClassName
{
border-color: #39372C;
}
</style>