Shades of Dark Slate Grey #315354
Tints of Dark Slate Grey #315354
RGB
CMYK
RGB Variations
Color information
#315354 (or 0x315354) is known color: Dark Slate Grey. HEX triplet: 31, 53 and 54. RGB value is (49,83,84). Sum of RGB (Red+Green+Blue) = 49+83+84=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #315354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315354 is #CEACAB. Grayscale: #484848. Windows color (decimal): -13544620 or 5526321. OLE color: 5526321.
HSL color Cylindrical-coordinate representation of color #315354: hue angle of 181.71º 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 #315354 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 84 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.67 |
| HSL | 181.71º | 0.26% | 0.26% | - |
| HSV(B) | 181.71º | 0.42% | 0.33% | - |
| XYZ | 5.96 | 7.48 | 9.52 | - |
| YUV | 72.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 84 | 0.42 | 0.01 | 0 | 0.67 | 181.71 | 0.26 | 0.26 |
| Hex | 31 | 53 | 54 | 2A | 1 | 0 | 43 | B6 | 1A | 1A |
| Octal | 61 | 123 | 124 | 52 | 1 | 0 | 103 | 266 | 32 | 32 |
| Binary | 110001 | 1010011 | 1010100 | 101010 | 1 | 0 | 1000011 | 10110110 | 11010 | 11010 |
Color Harmonies of #315354
Complementary color
Monochromatic Colors of #315354
Black with #315354
Text Example
Text Example
White with #315354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315354; }
p { color: rgb(49,83,84); }
H1.HeaderClassName
{
color: #315354;
}
.AnyTagClassName
{
color: #315354;
}
</style>
background-color css
<style>
a { background-color: #315354; }
a { background-color: rgb(49,83,84); }
div.DivClassName
{
background-color: #315354;
}
.BgClassName
{
background-color: #315354;
}
</style>
border-color css
<style>
span { border-color: #315354; }
span { border-color: rgb(49,83,84); }
td.TdClassName
{
border-color: #315354;
}
.TagClassName
{
border-color: #315354;
}
</style>