Shades of Dark Slate #3F4F4E
Tints of Dark Slate #3F4F4E
RGB
CMYK
RGB Variations
Color information
#3F4F4E (or 0x3F4F4E) is known color: Dark Slate. HEX triplet: 3F, 4F and 4E. RGB value is (63,79,78). Sum of RGB (Red+Green+Blue) = 63+79+78=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4F4E is #C0B0B1. Grayscale: #4A4A4A. Windows color (decimal): -12628146 or 5132095. OLE color: 5132095.
HSL color Cylindrical-coordinate representation of color #3F4F4E: hue angle of 176.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F4F4E is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 78 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.69 |
| HSL | 176.25º | 0.11% | 0.28% | - |
| HSV(B) | 176.25º | 0.2% | 0.31% | - |
| XYZ | 6.22 | 7.2 | 8.27 | - |
| YUV | 74.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 78 | 0.20 | 0 | 0.01 | 0.69 | 176.25 | 0.11 | 0.28 |
| Hex | 3F | 4F | 4E | 14 | 0 | 1 | 45 | B0 | B | 1C |
| Octal | 77 | 117 | 116 | 24 | 0 | 1 | 105 | 260 | 13 | 34 |
| Binary | 111111 | 1001111 | 1001110 | 10100 | 0 | 1 | 1000101 | 10110000 | 1011 | 11100 |
Color Harmonies of #3F4F4E
Complementary color
Monochromatic Colors of #3F4F4E
Black with #3F4F4E
Text Example
Text Example
White with #3F4F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F4E; }
p { color: rgb(63,79,78); }
H1.HeaderClassName
{
color: #3F4F4E;
}
.AnyTagClassName
{
color: #3F4F4E;
}
</style>
background-color css
<style>
a { background-color: #3F4F4E; }
a { background-color: rgb(63,79,78); }
div.DivClassName
{
background-color: #3F4F4E;
}
.BgClassName
{
background-color: #3F4F4E;
}
</style>
border-color css
<style>
span { border-color: #3F4F4E; }
span { border-color: rgb(63,79,78); }
td.TdClassName
{
border-color: #3F4F4E;
}
.TagClassName
{
border-color: #3F4F4E;
}
</style>