Shades of Dark Slate #3D5551
Tints of Dark Slate #3D5551
RGB
CMYK
RGB Variations
Color information
#3D5551 (or 0x3D5551) is known color: Dark Slate. HEX triplet: 3D, 55 and 51. RGB value is (61,85,81). Sum of RGB (Red+Green+Blue) = 61+85+81=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5551 is #C2AAAE. Grayscale: #4D4D4D. Windows color (decimal): -12757679 or 5330237. OLE color: 5330237.
HSL color Cylindrical-coordinate representation of color #3D5551: hue angle of 170º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D5551 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 81 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.67 |
| HSL | 170º | 0.16% | 0.29% | - |
| HSV(B) | 170º | 0.28% | 0.33% | - |
| XYZ | 6.66 | 8.08 | 8.99 | - |
| YUV | 77.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 81 | 0.28 | 0 | 0.05 | 0.67 | 170 | 0.16 | 0.29 |
| Hex | 3D | 55 | 51 | 1C | 0 | 5 | 43 | AA | 10 | 1D |
| Octal | 75 | 125 | 121 | 34 | 0 | 5 | 103 | 252 | 20 | 35 |
| Binary | 111101 | 1010101 | 1010001 | 11100 | 0 | 101 | 1000011 | 10101010 | 10000 | 11101 |
Color Harmonies of #3D5551
Complementary color
Monochromatic Colors of #3D5551
Black with #3D5551
Text Example
Text Example
White with #3D5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5551; }
p { color: rgb(61,85,81); }
H1.HeaderClassName
{
color: #3D5551;
}
.AnyTagClassName
{
color: #3D5551;
}
</style>
background-color css
<style>
a { background-color: #3D5551; }
a { background-color: rgb(61,85,81); }
div.DivClassName
{
background-color: #3D5551;
}
.BgClassName
{
background-color: #3D5551;
}
</style>
border-color css
<style>
span { border-color: #3D5551; }
span { border-color: rgb(61,85,81); }
td.TdClassName
{
border-color: #3D5551;
}
.TagClassName
{
border-color: #3D5551;
}
</style>