Shades of Dark Slate #3F5350
Tints of Dark Slate #3F5350
RGB
CMYK
RGB Variations
Color information
#3F5350 (or 0x3F5350) is known color: Dark Slate. HEX triplet: 3F, 53 and 50. RGB value is (63,83,80). Sum of RGB (Red+Green+Blue) = 63+83+80=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5350 is #C0ACAF. Grayscale: #4C4C4C. Windows color (decimal): -12627120 or 5264191. OLE color: 5264191.
HSL color Cylindrical-coordinate representation of color #3F5350: hue angle of 171º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F5350 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 80 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.67 |
| HSL | 171º | 0.14% | 0.29% | - |
| HSV(B) | 171º | 0.24% | 0.33% | - |
| XYZ | 6.59 | 7.82 | 8.75 | - |
| YUV | 76.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 80 | 0.24 | 0 | 0.04 | 0.67 | 171 | 0.14 | 0.29 |
| Hex | 3F | 53 | 50 | 18 | 0 | 4 | 43 | AB | E | 1D |
| Octal | 77 | 123 | 120 | 30 | 0 | 4 | 103 | 253 | 16 | 35 |
| Binary | 111111 | 1010011 | 1010000 | 11000 | 0 | 100 | 1000011 | 10101011 | 1110 | 11101 |
Color Harmonies of #3F5350
Complementary color
Monochromatic Colors of #3F5350
Black with #3F5350
Text Example
Text Example
White with #3F5350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5350; }
p { color: rgb(63,83,80); }
H1.HeaderClassName
{
color: #3F5350;
}
.AnyTagClassName
{
color: #3F5350;
}
</style>
background-color css
<style>
a { background-color: #3F5350; }
a { background-color: rgb(63,83,80); }
div.DivClassName
{
background-color: #3F5350;
}
.BgClassName
{
background-color: #3F5350;
}
</style>
border-color css
<style>
span { border-color: #3F5350; }
span { border-color: rgb(63,83,80); }
td.TdClassName
{
border-color: #3F5350;
}
.TagClassName
{
border-color: #3F5350;
}
</style>