Shades of Dark Slate #3F514F
Tints of Dark Slate #3F514F
RGB
CMYK
RGB Variations
Color information
#3F514F (or 0x3F514F) is known color: Dark Slate. HEX triplet: 3F, 51 and 4F. RGB value is (63,81,79). Sum of RGB (Red+Green+Blue) = 63+81+79=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 81 - color contains mainly: green. Hex color #3F514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F514F is #C0AEB0. Grayscale: #4B4B4B. Windows color (decimal): -12627633 or 5198143. OLE color: 5198143.
HSL color Cylindrical-coordinate representation of color #3F514F: hue angle of 173.33º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F514F is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 79 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.68 |
| HSL | 173.33º | 0.13% | 0.28% | - |
| HSV(B) | 173.33º | 0.22% | 0.32% | - |
| XYZ | 6.4 | 7.51 | 8.51 | - |
| YUV | 75.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 79 | 0.22 | 0 | 0.02 | 0.68 | 173.33 | 0.13 | 0.28 |
| Hex | 3F | 51 | 4F | 16 | 0 | 2 | 44 | AD | C | 1C |
| Octal | 77 | 121 | 117 | 26 | 0 | 2 | 104 | 255 | 14 | 34 |
| Binary | 111111 | 1010001 | 1001111 | 10110 | 0 | 10 | 1000100 | 10101101 | 1100 | 11100 |
Color Harmonies of #3F514F
Complementary color
Monochromatic Colors of #3F514F
Black with #3F514F
Text Example
Text Example
White with #3F514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F514F; }
p { color: rgb(63,81,79); }
H1.HeaderClassName
{
color: #3F514F;
}
.AnyTagClassName
{
color: #3F514F;
}
</style>
background-color css
<style>
a { background-color: #3F514F; }
a { background-color: rgb(63,81,79); }
div.DivClassName
{
background-color: #3F514F;
}
.BgClassName
{
background-color: #3F514F;
}
</style>
border-color css
<style>
span { border-color: #3F514F; }
span { border-color: rgb(63,81,79); }
td.TdClassName
{
border-color: #3F514F;
}
.TagClassName
{
border-color: #3F514F;
}
</style>