Shades of Graphite #312F27
Tints of Graphite #312F27
RGB
CMYK
RGB Variations
Color information
#312F27 (or 0x312F27) is known color: Graphite. HEX triplet: 31, 2F and 27. RGB value is (49,47,39). Sum of RGB (Red+Green+Blue) = 49+47+39=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 49 - color contains mainly: red. Hex color #312F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F27 is #CED0D8. Grayscale: #2E2E2E. Windows color (decimal): -13553881 or 2567985. OLE color: 2567985.
HSL color Cylindrical-coordinate representation of color #312F27: hue angle of 48º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #312F27 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 47 | 39 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.81 |
| HSL | 48º | 0.11% | 0.17% | - |
| HSV(B) | 48º | 0.2% | 0.19% | - |
| XYZ | 2.65 | 2.83 | 2.33 | - |
| YUV | 46.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 39 | 0 | 0.04 | 0.20 | 0.81 | 48 | 0.11 | 0.17 |
| Hex | 31 | 2F | 27 | 0 | 4 | 14 | 51 | 30 | B | 11 |
| Octal | 61 | 57 | 47 | 0 | 4 | 24 | 121 | 60 | 13 | 21 |
| Binary | 110001 | 101111 | 100111 | 0 | 100 | 10100 | 1010001 | 110000 | 1011 | 10001 |
Color Harmonies of #312F27
Complementary color
Monochromatic Colors of #312F27
Black with #312F27
Text Example
Text Example
White with #312F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F27; }
p { color: rgb(49,47,39); }
H1.HeaderClassName
{
color: #312F27;
}
.AnyTagClassName
{
color: #312F27;
}
</style>
background-color css
<style>
a { background-color: #312F27; }
a { background-color: rgb(49,47,39); }
div.DivClassName
{
background-color: #312F27;
}
.BgClassName
{
background-color: #312F27;
}
</style>
border-color css
<style>
span { border-color: #312F27; }
span { border-color: rgb(49,47,39); }
td.TdClassName
{
border-color: #312F27;
}
.TagClassName
{
border-color: #312F27;
}
</style>