Shades of Dark Slate #3F524F
Tints of Dark Slate #3F524F
RGB
CMYK
RGB Variations
Color information
#3F524F (or 0x3F524F) is known color: Dark Slate. HEX triplet: 3F, 52 and 4F. RGB value is (63,82,79). Sum of RGB (Red+Green+Blue) = 63+82+79=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #3F524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F524F is #C0ADB0. Grayscale: #4B4B4B. Windows color (decimal): -12627377 or 5198399. OLE color: 5198399.
HSL color Cylindrical-coordinate representation of color #3F524F: hue angle of 170.53º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F524F is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 79 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.68 |
| HSL | 170.53º | 0.13% | 0.28% | - |
| HSV(B) | 170.53º | 0.23% | 0.32% | - |
| XYZ | 6.48 | 7.66 | 8.53 | - |
| YUV | 75.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 79 | 0.23 | 0 | 0.04 | 0.68 | 170.53 | 0.13 | 0.28 |
| Hex | 3F | 52 | 4F | 17 | 0 | 4 | 44 | AB | D | 1C |
| Octal | 77 | 122 | 117 | 27 | 0 | 4 | 104 | 253 | 15 | 34 |
| Binary | 111111 | 1010010 | 1001111 | 10111 | 0 | 100 | 1000100 | 10101011 | 1101 | 11100 |
Color Harmonies of #3F524F
Complementary color
Monochromatic Colors of #3F524F
Black with #3F524F
Text Example
Text Example
White with #3F524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F524F; }
p { color: rgb(63,82,79); }
H1.HeaderClassName
{
color: #3F524F;
}
.AnyTagClassName
{
color: #3F524F;
}
</style>
background-color css
<style>
a { background-color: #3F524F; }
a { background-color: rgb(63,82,79); }
div.DivClassName
{
background-color: #3F524F;
}
.BgClassName
{
background-color: #3F524F;
}
</style>
border-color css
<style>
span { border-color: #3F524F; }
span { border-color: rgb(63,82,79); }
td.TdClassName
{
border-color: #3F524F;
}
.TagClassName
{
border-color: #3F524F;
}
</style>