Shades of Dark Slate #3F5753
Tints of Dark Slate #3F5753
RGB
CMYK
RGB Variations
Color information
#3F5753 (or 0x3F5753) is known color: Dark Slate. HEX triplet: 3F, 57 and 53. RGB value is (63,87,83). Sum of RGB (Red+Green+Blue) = 63+87+83=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5753 is #C0A8AC. Grayscale: #4F4F4F. Windows color (decimal): -12626093 or 5461823. OLE color: 5461823.
HSL color Cylindrical-coordinate representation of color #3F5753: hue angle of 170º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5753 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 83 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.66 |
| HSL | 170º | 0.16% | 0.29% | - |
| HSV(B) | 170º | 0.28% | 0.34% | - |
| XYZ | 7.02 | 8.5 | 9.45 | - |
| YUV | 79.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 83 | 0.28 | 0 | 0.05 | 0.66 | 170 | 0.16 | 0.29 |
| Hex | 3F | 57 | 53 | 1C | 0 | 5 | 42 | AA | 10 | 1D |
| Octal | 77 | 127 | 123 | 34 | 0 | 5 | 102 | 252 | 20 | 35 |
| Binary | 111111 | 1010111 | 1010011 | 11100 | 0 | 101 | 1000010 | 10101010 | 10000 | 11101 |
Color Harmonies of #3F5753
Complementary color
Monochromatic Colors of #3F5753
Black with #3F5753
Text Example
Text Example
White with #3F5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5753; }
p { color: rgb(63,87,83); }
H1.HeaderClassName
{
color: #3F5753;
}
.AnyTagClassName
{
color: #3F5753;
}
</style>
background-color css
<style>
a { background-color: #3F5753; }
a { background-color: rgb(63,87,83); }
div.DivClassName
{
background-color: #3F5753;
}
.BgClassName
{
background-color: #3F5753;
}
</style>
border-color css
<style>
span { border-color: #3F5753; }
span { border-color: rgb(63,87,83); }
td.TdClassName
{
border-color: #3F5753;
}
.TagClassName
{
border-color: #3F5753;
}
</style>