Shades of Dark Slate Grey #39494A
Tints of Dark Slate Grey #39494A
RGB
CMYK
RGB Variations
Color information
#39494A (or 0x39494A) is known color: Dark Slate Grey. HEX triplet: 39, 49 and 4A. RGB value is (57,73,74). Sum of RGB (Red+Green+Blue) = 57+73+74=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 74 - color contains mainly: blue. Hex color #39494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39494A is #C6B6B5. Grayscale: #444444. Windows color (decimal): -13022902 or 4868409. OLE color: 4868409.
HSL color Cylindrical-coordinate representation of color #39494A: hue angle of 183.53º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #39494A is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 73 | 74 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.71 |
| HSL | 183.53º | 0.13% | 0.26% | - |
| HSV(B) | 183.53º | 0.23% | 0.29% | - |
| XYZ | 5.31 | 6.13 | 7.38 | - |
| YUV | 68.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 74 | 0.23 | 0.01 | 0 | 0.71 | 183.53 | 0.13 | 0.26 |
| Hex | 39 | 49 | 4A | 17 | 1 | 0 | 47 | B8 | D | 1A |
| Octal | 71 | 111 | 112 | 27 | 1 | 0 | 107 | 270 | 15 | 32 |
| Binary | 111001 | 1001001 | 1001010 | 10111 | 1 | 0 | 1000111 | 10111000 | 1101 | 11010 |
Color Harmonies of #39494A
Complementary color
Monochromatic Colors of #39494A
Black with #39494A
Text Example
Text Example
White with #39494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39494A; }
p { color: rgb(57,73,74); }
H1.HeaderClassName
{
color: #39494A;
}
.AnyTagClassName
{
color: #39494A;
}
</style>
background-color css
<style>
a { background-color: #39494A; }
a { background-color: rgb(57,73,74); }
div.DivClassName
{
background-color: #39494A;
}
.BgClassName
{
background-color: #39494A;
}
</style>
border-color css
<style>
span { border-color: #39494A; }
span { border-color: rgb(57,73,74); }
td.TdClassName
{
border-color: #39494A;
}
.TagClassName
{
border-color: #39494A;
}
</style>