Shades of Dark Slate Grey #314849
Tints of Dark Slate Grey #314849
RGB
CMYK
RGB Variations
Color information
#314849 (or 0x314849) is known color: Dark Slate Grey. HEX triplet: 31, 48 and 49. RGB value is (49,72,73). Sum of RGB (Red+Green+Blue) = 49+72+73=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #314849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314849 is #CEB7B6. Grayscale: #414141. Windows color (decimal): -13547447 or 4802609. OLE color: 4802609.
HSL color Cylindrical-coordinate representation of color #314849: hue angle of 182.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314849 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 72 | 73 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.71 |
| HSL | 182.5º | 0.2% | 0.24% | - |
| HSV(B) | 182.5º | 0.33% | 0.29% | - |
| XYZ | 4.79 | 5.77 | 7.16 | - |
| YUV | 65.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 73 | 0.33 | 0.01 | 0 | 0.71 | 182.5 | 0.2 | 0.24 |
| Hex | 31 | 48 | 49 | 21 | 1 | 0 | 47 | B6 | 14 | 18 |
| Octal | 61 | 110 | 111 | 41 | 1 | 0 | 107 | 266 | 24 | 30 |
| Binary | 110001 | 1001000 | 1001001 | 100001 | 1 | 0 | 1000111 | 10110110 | 10100 | 11000 |
Color Harmonies of #314849
Complementary color
Monochromatic Colors of #314849
Black with #314849
Text Example
Text Example
White with #314849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314849; }
p { color: rgb(49,72,73); }
H1.HeaderClassName
{
color: #314849;
}
.AnyTagClassName
{
color: #314849;
}
</style>
background-color css
<style>
a { background-color: #314849; }
a { background-color: rgb(49,72,73); }
div.DivClassName
{
background-color: #314849;
}
.BgClassName
{
background-color: #314849;
}
</style>
border-color css
<style>
span { border-color: #314849; }
span { border-color: rgb(49,72,73); }
td.TdClassName
{
border-color: #314849;
}
.TagClassName
{
border-color: #314849;
}
</style>