Shades of Dark Slate #3D5954
Tints of Dark Slate #3D5954
RGB
CMYK
RGB Variations
Color information
#3D5954 (or 0x3D5954) is known color: Dark Slate. HEX triplet: 3D, 59 and 54. RGB value is (61,89,84). Sum of RGB (Red+Green+Blue) = 61+89+84=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5954 is #C2A6AB. Grayscale: #505050. Windows color (decimal): -12756652 or 5527869. OLE color: 5527869.
HSL color Cylindrical-coordinate representation of color #3D5954: hue angle of 169.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5954 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 89 | 84 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.65 |
| HSL | 169.29º | 0.19% | 0.29% | - |
| HSV(B) | 169.29º | 0.31% | 0.35% | - |
| XYZ | 7.1 | 8.78 | 9.71 | - |
| YUV | 80.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 84 | 0.31 | 0 | 0.06 | 0.65 | 169.29 | 0.19 | 0.29 |
| Hex | 3D | 59 | 54 | 1F | 0 | 6 | 41 | A9 | 13 | 1D |
| Octal | 75 | 131 | 124 | 37 | 0 | 6 | 101 | 251 | 23 | 35 |
| Binary | 111101 | 1011001 | 1010100 | 11111 | 0 | 110 | 1000001 | 10101001 | 10011 | 11101 |
Color Harmonies of #3D5954
Complementary color
Monochromatic Colors of #3D5954
Black with #3D5954
Text Example
Text Example
White with #3D5954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5954; }
p { color: rgb(61,89,84); }
H1.HeaderClassName
{
color: #3D5954;
}
.AnyTagClassName
{
color: #3D5954;
}
</style>
background-color css
<style>
a { background-color: #3D5954; }
a { background-color: rgb(61,89,84); }
div.DivClassName
{
background-color: #3D5954;
}
.BgClassName
{
background-color: #3D5954;
}
</style>
border-color css
<style>
span { border-color: #3D5954; }
span { border-color: rgb(61,89,84); }
td.TdClassName
{
border-color: #3D5954;
}
.TagClassName
{
border-color: #3D5954;
}
</style>