Shades of Graphite #312E27
Tints of Graphite #312E27
RGB
CMYK
RGB Variations
Color information
#312E27 (or 0x312E27) is known color: Graphite. HEX triplet: 31, 2E and 27. RGB value is (49,46,39). Sum of RGB (Red+Green+Blue) = 49+46+39=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 49 - color contains mainly: red. Hex color #312E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E27 is #CED1D8. Grayscale: #2E2E2E. Windows color (decimal): -13554137 or 2567729. OLE color: 2567729.
HSL color Cylindrical-coordinate representation of color #312E27: hue angle of 42º 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 #312E27 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 39 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.81 |
| HSL | 42º | 0.11% | 0.17% | - |
| HSV(B) | 42º | 0.2% | 0.19% | - |
| XYZ | 2.61 | 2.75 | 2.31 | - |
| YUV | 46.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 39 | 0 | 0.06 | 0.20 | 0.81 | 42 | 0.11 | 0.17 |
| Hex | 31 | 2E | 27 | 0 | 6 | 14 | 51 | 2A | B | 11 |
| Octal | 61 | 56 | 47 | 0 | 6 | 24 | 121 | 52 | 13 | 21 |
| Binary | 110001 | 101110 | 100111 | 0 | 110 | 10100 | 1010001 | 101010 | 1011 | 10001 |
Color Harmonies of #312E27
Complementary color
Monochromatic Colors of #312E27
Black with #312E27
Text Example
Text Example
White with #312E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E27; }
p { color: rgb(49,46,39); }
H1.HeaderClassName
{
color: #312E27;
}
.AnyTagClassName
{
color: #312E27;
}
</style>
background-color css
<style>
a { background-color: #312E27; }
a { background-color: rgb(49,46,39); }
div.DivClassName
{
background-color: #312E27;
}
.BgClassName
{
background-color: #312E27;
}
</style>
border-color css
<style>
span { border-color: #312E27; }
span { border-color: rgb(49,46,39); }
td.TdClassName
{
border-color: #312E27;
}
.TagClassName
{
border-color: #312E27;
}
</style>