Shades of Dark Slate #3F5955
Tints of Dark Slate #3F5955
RGB
CMYK
RGB Variations
Color information
#3F5955 (or 0x3F5955) is known color: Dark Slate. HEX triplet: 3F, 59 and 55. RGB value is (63,89,85). Sum of RGB (Red+Green+Blue) = 63+89+85=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5955 is #C0A6AA. Grayscale: #505050. Windows color (decimal): -12625579 or 5593407. OLE color: 5593407.
HSL color Cylindrical-coordinate representation of color #3F5955: hue angle of 170.77º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F5955 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 85 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.65 |
| HSL | 170.77º | 0.17% | 0.3% | - |
| HSV(B) | 170.77º | 0.29% | 0.35% | - |
| XYZ | 7.26 | 8.86 | 9.92 | - |
| YUV | 80.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 85 | 0.29 | 0 | 0.04 | 0.65 | 170.77 | 0.17 | 0.3 |
| Hex | 3F | 59 | 55 | 1D | 0 | 4 | 41 | AB | 11 | 1E |
| Octal | 77 | 131 | 125 | 35 | 0 | 4 | 101 | 253 | 21 | 36 |
| Binary | 111111 | 1011001 | 1010101 | 11101 | 0 | 100 | 1000001 | 10101011 | 10001 | 11110 |
Color Harmonies of #3F5955
Complementary color
Monochromatic Colors of #3F5955
Black with #3F5955
Text Example
Text Example
White with #3F5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5955; }
p { color: rgb(63,89,85); }
H1.HeaderClassName
{
color: #3F5955;
}
.AnyTagClassName
{
color: #3F5955;
}
</style>
background-color css
<style>
a { background-color: #3F5955; }
a { background-color: rgb(63,89,85); }
div.DivClassName
{
background-color: #3F5955;
}
.BgClassName
{
background-color: #3F5955;
}
</style>
border-color css
<style>
span { border-color: #3F5955; }
span { border-color: rgb(63,89,85); }
td.TdClassName
{
border-color: #3F5955;
}
.TagClassName
{
border-color: #3F5955;
}
</style>