Shades of Dark Slate #3F5452
Tints of Dark Slate #3F5452
RGB
CMYK
RGB Variations
Color information
#3F5452 (or 0x3F5452) is known color: Dark Slate. HEX triplet: 3F, 54 and 52. RGB value is (63,84,82). Sum of RGB (Red+Green+Blue) = 63+84+82=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5452 is #C0ABAD. Grayscale: #4D4D4D. Windows color (decimal): -12626862 or 5395519. OLE color: 5395519.
HSL color Cylindrical-coordinate representation of color #3F5452: hue angle of 174.29º 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 #3F5452 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 82 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.67 |
| HSL | 174.29º | 0.14% | 0.29% | - |
| HSV(B) | 174.29º | 0.25% | 0.33% | - |
| XYZ | 6.74 | 8.01 | 9.17 | - |
| YUV | 77.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 82 | 0.25 | 0 | 0.02 | 0.67 | 174.29 | 0.14 | 0.29 |
| Hex | 3F | 54 | 52 | 19 | 0 | 2 | 43 | AE | E | 1D |
| Octal | 77 | 124 | 122 | 31 | 0 | 2 | 103 | 256 | 16 | 35 |
| Binary | 111111 | 1010100 | 1010010 | 11001 | 0 | 10 | 1000011 | 10101110 | 1110 | 11101 |
Color Harmonies of #3F5452
Complementary color
Monochromatic Colors of #3F5452
Black with #3F5452
Text Example
Text Example
White with #3F5452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5452; }
p { color: rgb(63,84,82); }
H1.HeaderClassName
{
color: #3F5452;
}
.AnyTagClassName
{
color: #3F5452;
}
</style>
background-color css
<style>
a { background-color: #3F5452; }
a { background-color: rgb(63,84,82); }
div.DivClassName
{
background-color: #3F5452;
}
.BgClassName
{
background-color: #3F5452;
}
</style>
border-color css
<style>
span { border-color: #3F5452; }
span { border-color: rgb(63,84,82); }
td.TdClassName
{
border-color: #3F5452;
}
.TagClassName
{
border-color: #3F5452;
}
</style>