Shades of Dark Slate #3F5450
Tints of Dark Slate #3F5450
RGB
CMYK
RGB Variations
Color information
#3F5450 (or 0x3F5450) is known color: Dark Slate. HEX triplet: 3F, 54 and 50. RGB value is (63,84,80). Sum of RGB (Red+Green+Blue) = 63+84+80=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5450 is #C0ABAF. Grayscale: #4D4D4D. Windows color (decimal): -12626864 or 5264447. OLE color: 5264447.
HSL color Cylindrical-coordinate representation of color #3F5450: hue angle of 168.57º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F5450 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 80 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.67 |
| HSL | 168.57º | 0.14% | 0.29% | - |
| HSV(B) | 168.57º | 0.25% | 0.33% | - |
| XYZ | 6.67 | 7.98 | 8.78 | - |
| YUV | 77.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 80 | 0.25 | 0 | 0.05 | 0.67 | 168.57 | 0.14 | 0.29 |
| Hex | 3F | 54 | 50 | 19 | 0 | 5 | 43 | A9 | E | 1D |
| Octal | 77 | 124 | 120 | 31 | 0 | 5 | 103 | 251 | 16 | 35 |
| Binary | 111111 | 1010100 | 1010000 | 11001 | 0 | 101 | 1000011 | 10101001 | 1110 | 11101 |
Color Harmonies of #3F5450
Complementary color
Monochromatic Colors of #3F5450
Black with #3F5450
Text Example
Text Example
White with #3F5450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5450; }
p { color: rgb(63,84,80); }
H1.HeaderClassName
{
color: #3F5450;
}
.AnyTagClassName
{
color: #3F5450;
}
</style>
background-color css
<style>
a { background-color: #3F5450; }
a { background-color: rgb(63,84,80); }
div.DivClassName
{
background-color: #3F5450;
}
.BgClassName
{
background-color: #3F5450;
}
</style>
border-color css
<style>
span { border-color: #3F5450; }
span { border-color: rgb(63,84,80); }
td.TdClassName
{
border-color: #3F5450;
}
.TagClassName
{
border-color: #3F5450;
}
</style>