Shades of Dark Slate Grey #315256
Tints of Dark Slate Grey #315256
RGB
CMYK
RGB Variations
Color information
#315256 (or 0x315256) is known color: Dark Slate Grey. HEX triplet: 31, 52 and 56. RGB value is (49,82,86). Sum of RGB (Red+Green+Blue) = 49+82+86=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 86 - color contains mainly: blue. Hex color #315256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315256 is #CEADA9. Grayscale: #484848. Windows color (decimal): -13544874 or 5657137. OLE color: 5657137.
HSL color Cylindrical-coordinate representation of color #315256: hue angle of 186.49º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #315256 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 82 | 86 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.66 |
| HSL | 186.49º | 0.27% | 0.26% | - |
| HSV(B) | 186.49º | 0.43% | 0.34% | - |
| XYZ | 5.96 | 7.36 | 9.91 | - |
| YUV | 72.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 86 | 0.43 | 0.05 | 0 | 0.66 | 186.49 | 0.27 | 0.26 |
| Hex | 31 | 52 | 56 | 2B | 5 | 0 | 42 | BA | 1B | 1A |
| Octal | 61 | 122 | 126 | 53 | 5 | 0 | 102 | 272 | 33 | 32 |
| Binary | 110001 | 1010010 | 1010110 | 101011 | 101 | 0 | 1000010 | 10111010 | 11011 | 11010 |
Color Harmonies of #315256
Complementary color
Monochromatic Colors of #315256
Black with #315256
Text Example
Text Example
White with #315256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315256; }
p { color: rgb(49,82,86); }
H1.HeaderClassName
{
color: #315256;
}
.AnyTagClassName
{
color: #315256;
}
</style>
background-color css
<style>
a { background-color: #315256; }
a { background-color: rgb(49,82,86); }
div.DivClassName
{
background-color: #315256;
}
.BgClassName
{
background-color: #315256;
}
</style>
border-color css
<style>
span { border-color: #315256; }
span { border-color: rgb(49,82,86); }
td.TdClassName
{
border-color: #315256;
}
.TagClassName
{
border-color: #315256;
}
</style>