Shades of Graphite #312E25
Tints of Graphite #312E25
RGB
CMYK
RGB Variations
Color information
#312E25 (or 0x312E25) is known color: Graphite. HEX triplet: 31, 2E and 25. RGB value is (49,46,37). Sum of RGB (Red+Green+Blue) = 49+46+37=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #312E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E25 is #CED1DA. Grayscale: #2D2D2D. Windows color (decimal): -13554139 or 2436657. OLE color: 2436657.
HSL color Cylindrical-coordinate representation of color #312E25: hue angle of 45º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #312E25 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 37 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.81 |
| HSL | 45º | 0.14% | 0.17% | - |
| HSV(B) | 45º | 0.24% | 0.19% | - |
| XYZ | 2.58 | 2.74 | 2.14 | - |
| YUV | 45.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 37 | 0 | 0.06 | 0.24 | 0.81 | 45 | 0.14 | 0.17 |
| Hex | 31 | 2E | 25 | 0 | 6 | 18 | 51 | 2D | E | 11 |
| Octal | 61 | 56 | 45 | 0 | 6 | 30 | 121 | 55 | 16 | 21 |
| Binary | 110001 | 101110 | 100101 | 0 | 110 | 11000 | 1010001 | 101101 | 1110 | 10001 |
Color Harmonies of #312E25
Complementary color
Monochromatic Colors of #312E25
Black with #312E25
Text Example
Text Example
White with #312E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E25; }
p { color: rgb(49,46,37); }
H1.HeaderClassName
{
color: #312E25;
}
.AnyTagClassName
{
color: #312E25;
}
</style>
background-color css
<style>
a { background-color: #312E25; }
a { background-color: rgb(49,46,37); }
div.DivClassName
{
background-color: #312E25;
}
.BgClassName
{
background-color: #312E25;
}
</style>
border-color css
<style>
span { border-color: #312E25; }
span { border-color: rgb(49,46,37); }
td.TdClassName
{
border-color: #312E25;
}
.TagClassName
{
border-color: #312E25;
}
</style>