Shades of Dark Slate #3F504E
Tints of Dark Slate #3F504E
RGB
CMYK
RGB Variations
Color information
#3F504E (or 0x3F504E) is known color: Dark Slate. HEX triplet: 3F, 50 and 4E. RGB value is (63,80,78). Sum of RGB (Red+Green+Blue) = 63+80+78=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #3F504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F504E is #C0AFB1. Grayscale: #4A4A4A. Windows color (decimal): -12627890 or 5132351. OLE color: 5132351.
HSL color Cylindrical-coordinate representation of color #3F504E: hue angle of 172.94º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F504E is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 78 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.69 |
| HSL | 172.94º | 0.12% | 0.28% | - |
| HSV(B) | 172.94º | 0.21% | 0.31% | - |
| XYZ | 6.29 | 7.34 | 8.29 | - |
| YUV | 74.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 78 | 0.21 | 0 | 0.02 | 0.69 | 172.94 | 0.12 | 0.28 |
| Hex | 3F | 50 | 4E | 15 | 0 | 2 | 45 | AD | C | 1C |
| Octal | 77 | 120 | 116 | 25 | 0 | 2 | 105 | 255 | 14 | 34 |
| Binary | 111111 | 1010000 | 1001110 | 10101 | 0 | 10 | 1000101 | 10101101 | 1100 | 11100 |
Color Harmonies of #3F504E
Complementary color
Monochromatic Colors of #3F504E
Black with #3F504E
Text Example
Text Example
White with #3F504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F504E; }
p { color: rgb(63,80,78); }
H1.HeaderClassName
{
color: #3F504E;
}
.AnyTagClassName
{
color: #3F504E;
}
</style>
background-color css
<style>
a { background-color: #3F504E; }
a { background-color: rgb(63,80,78); }
div.DivClassName
{
background-color: #3F504E;
}
.BgClassName
{
background-color: #3F504E;
}
</style>
border-color css
<style>
span { border-color: #3F504E; }
span { border-color: rgb(63,80,78); }
td.TdClassName
{
border-color: #3F504E;
}
.TagClassName
{
border-color: #3F504E;
}
</style>