Shades of Dark Slate Grey #394D4E
Tints of Dark Slate Grey #394D4E
RGB
CMYK
RGB Variations
Color information
#394D4E (or 0x394D4E) is known color: Dark Slate Grey. HEX triplet: 39, 4D and 4E. RGB value is (57,77,78). Sum of RGB (Red+Green+Blue) = 57+77+78=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 78 - color contains mainly: blue. Hex color #394D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D4E is #C6B2B1. Grayscale: #474747. Windows color (decimal): -13021874 or 5131577. OLE color: 5131577.
HSL color Cylindrical-coordinate representation of color #394D4E: hue angle of 182.86º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394D4E is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 77 | 78 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.69 |
| HSL | 182.86º | 0.16% | 0.26% | - |
| HSV(B) | 182.86º | 0.27% | 0.31% | - |
| XYZ | 5.72 | 6.73 | 8.21 | - |
| YUV | 71.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 78 | 0.27 | 0.01 | 0 | 0.69 | 182.86 | 0.16 | 0.26 |
| Hex | 39 | 4D | 4E | 1B | 1 | 0 | 45 | B7 | 10 | 1A |
| Octal | 71 | 115 | 116 | 33 | 1 | 0 | 105 | 267 | 20 | 32 |
| Binary | 111001 | 1001101 | 1001110 | 11011 | 1 | 0 | 1000101 | 10110111 | 10000 | 11010 |
Color Harmonies of #394D4E
Complementary color
Monochromatic Colors of #394D4E
Black with #394D4E
Text Example
Text Example
White with #394D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D4E; }
p { color: rgb(57,77,78); }
H1.HeaderClassName
{
color: #394D4E;
}
.AnyTagClassName
{
color: #394D4E;
}
</style>
background-color css
<style>
a { background-color: #394D4E; }
a { background-color: rgb(57,77,78); }
div.DivClassName
{
background-color: #394D4E;
}
.BgClassName
{
background-color: #394D4E;
}
</style>
border-color css
<style>
span { border-color: #394D4E; }
span { border-color: rgb(57,77,78); }
td.TdClassName
{
border-color: #394D4E;
}
.TagClassName
{
border-color: #394D4E;
}
</style>