Shades of Graphite #312F29
Tints of Graphite #312F29
RGB
CMYK
RGB Variations
Color information
#312F29 (or 0x312F29) is known color: Graphite. HEX triplet: 31, 2F and 29. RGB value is (49,47,41). Sum of RGB (Red+Green+Blue) = 49+47+41=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 49 - color contains mainly: red. Hex color #312F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F29 is #CED0D6. Grayscale: #2E2E2E. Windows color (decimal): -13553879 or 2699057. OLE color: 2699057.
HSL color Cylindrical-coordinate representation of color #312F29: hue angle of 45º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #312F29 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 47 | 41 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.81 |
| HSL | 45º | 0.09% | 0.18% | - |
| HSV(B) | 45º | 0.16% | 0.19% | - |
| XYZ | 2.68 | 2.85 | 2.51 | - |
| YUV | 46.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 41 | 0 | 0.04 | 0.16 | 0.81 | 45 | 0.09 | 0.18 |
| Hex | 31 | 2F | 29 | 0 | 4 | 10 | 51 | 2D | 9 | 12 |
| Octal | 61 | 57 | 51 | 0 | 4 | 20 | 121 | 55 | 11 | 22 |
| Binary | 110001 | 101111 | 101001 | 0 | 100 | 10000 | 1010001 | 101101 | 1001 | 10010 |
Color Harmonies of #312F29
Complementary color
Monochromatic Colors of #312F29
Black with #312F29
Text Example
Text Example
White with #312F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F29; }
p { color: rgb(49,47,41); }
H1.HeaderClassName
{
color: #312F29;
}
.AnyTagClassName
{
color: #312F29;
}
</style>
background-color css
<style>
a { background-color: #312F29; }
a { background-color: rgb(49,47,41); }
div.DivClassName
{
background-color: #312F29;
}
.BgClassName
{
background-color: #312F29;
}
</style>
border-color css
<style>
span { border-color: #312F29; }
span { border-color: rgb(49,47,41); }
td.TdClassName
{
border-color: #312F29;
}
.TagClassName
{
border-color: #312F29;
}
</style>