Shades of Dark Slate Grey #315254
Tints of Dark Slate Grey #315254
RGB
CMYK
RGB Variations
Color information
#315254 (or 0x315254) is known color: Dark Slate Grey. HEX triplet: 31, 52 and 54. RGB value is (49,82,84). Sum of RGB (Red+Green+Blue) = 49+82+84=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #315254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315254 is #CEADAB. Grayscale: #484848. Windows color (decimal): -13544876 or 5526065. OLE color: 5526065.
HSL color Cylindrical-coordinate representation of color #315254: hue angle of 183.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315254 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 82 | 84 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.67 |
| HSL | 183.43º | 0.26% | 0.26% | - |
| HSV(B) | 183.43º | 0.42% | 0.33% | - |
| XYZ | 5.88 | 7.33 | 9.49 | - |
| YUV | 72.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 84 | 0.42 | 0.02 | 0 | 0.67 | 183.43 | 0.26 | 0.26 |
| Hex | 31 | 52 | 54 | 2A | 2 | 0 | 43 | B7 | 1A | 1A |
| Octal | 61 | 122 | 124 | 52 | 2 | 0 | 103 | 267 | 32 | 32 |
| Binary | 110001 | 1010010 | 1010100 | 101010 | 10 | 0 | 1000011 | 10110111 | 11010 | 11010 |
Color Harmonies of #315254
Complementary color
Monochromatic Colors of #315254
Black with #315254
Text Example
Text Example
White with #315254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315254; }
p { color: rgb(49,82,84); }
H1.HeaderClassName
{
color: #315254;
}
.AnyTagClassName
{
color: #315254;
}
</style>
background-color css
<style>
a { background-color: #315254; }
a { background-color: rgb(49,82,84); }
div.DivClassName
{
background-color: #315254;
}
.BgClassName
{
background-color: #315254;
}
</style>
border-color css
<style>
span { border-color: #315254; }
span { border-color: rgb(49,82,84); }
td.TdClassName
{
border-color: #315254;
}
.TagClassName
{
border-color: #315254;
}
</style>