Shades of Dark Slate Grey #394849
Tints of Dark Slate Grey #394849
RGB
CMYK
RGB Variations
Color information
#394849 (or 0x394849) is known color: Dark Slate Grey. HEX triplet: 39, 48 and 49. RGB value is (57,72,73). Sum of RGB (Red+Green+Blue) = 57+72+73=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 73 - color contains mainly: blue. Hex color #394849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394849 is #C6B7B6. Grayscale: #434343. Windows color (decimal): -13023159 or 4802617. OLE color: 4802617.
HSL color Cylindrical-coordinate representation of color #394849: hue angle of 183.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394849 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 72 | 73 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.71 |
| HSL | 183.75º | 0.12% | 0.25% | - |
| HSV(B) | 183.75º | 0.22% | 0.29% | - |
| XYZ | 5.21 | 5.99 | 7.18 | - |
| YUV | 67.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 73 | 0.22 | 0.01 | 0 | 0.71 | 183.75 | 0.12 | 0.25 |
| Hex | 39 | 48 | 49 | 16 | 1 | 0 | 47 | B8 | C | 19 |
| Octal | 71 | 110 | 111 | 26 | 1 | 0 | 107 | 270 | 14 | 31 |
| Binary | 111001 | 1001000 | 1001001 | 10110 | 1 | 0 | 1000111 | 10111000 | 1100 | 11001 |
Color Harmonies of #394849
Complementary color
Monochromatic Colors of #394849
Black with #394849
Text Example
Text Example
White with #394849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394849; }
p { color: rgb(57,72,73); }
H1.HeaderClassName
{
color: #394849;
}
.AnyTagClassName
{
color: #394849;
}
</style>
background-color css
<style>
a { background-color: #394849; }
a { background-color: rgb(57,72,73); }
div.DivClassName
{
background-color: #394849;
}
.BgClassName
{
background-color: #394849;
}
</style>
border-color css
<style>
span { border-color: #394849; }
span { border-color: rgb(57,72,73); }
td.TdClassName
{
border-color: #394849;
}
.TagClassName
{
border-color: #394849;
}
</style>