Shades of Dark Slate Grey #394A4B
Tints of Dark Slate Grey #394A4B
RGB
CMYK
RGB Variations
Color information
#394A4B (or 0x394A4B) is known color: Dark Slate Grey. HEX triplet: 39, 4A and 4B. RGB value is (57,74,75). Sum of RGB (Red+Green+Blue) = 57+74+75=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 75 - color contains mainly: blue. Hex color #394A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A4B is #C6B5B4. Grayscale: #454545. Windows color (decimal): -13022645 or 4934201. OLE color: 4934201.
HSL color Cylindrical-coordinate representation of color #394A4B: hue angle of 183.33º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #394A4B is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 74 | 75 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.71 |
| HSL | 183.33º | 0.14% | 0.26% | - |
| HSV(B) | 183.33º | 0.24% | 0.29% | - |
| XYZ | 5.41 | 6.28 | 7.58 | - |
| YUV | 69.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 75 | 0.24 | 0.01 | 0 | 0.71 | 183.33 | 0.14 | 0.26 |
| Hex | 39 | 4A | 4B | 18 | 1 | 0 | 47 | B7 | E | 1A |
| Octal | 71 | 112 | 113 | 30 | 1 | 0 | 107 | 267 | 16 | 32 |
| Binary | 111001 | 1001010 | 1001011 | 11000 | 1 | 0 | 1000111 | 10110111 | 1110 | 11010 |
Color Harmonies of #394A4B
Complementary color
Monochromatic Colors of #394A4B
Black with #394A4B
Text Example
Text Example
White with #394A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A4B; }
p { color: rgb(57,74,75); }
H1.HeaderClassName
{
color: #394A4B;
}
.AnyTagClassName
{
color: #394A4B;
}
</style>
background-color css
<style>
a { background-color: #394A4B; }
a { background-color: rgb(57,74,75); }
div.DivClassName
{
background-color: #394A4B;
}
.BgClassName
{
background-color: #394A4B;
}
</style>
border-color css
<style>
span { border-color: #394A4B; }
span { border-color: rgb(57,74,75); }
td.TdClassName
{
border-color: #394A4B;
}
.TagClassName
{
border-color: #394A4B;
}
</style>