Shades of Dark Slate #3F5352
Tints of Dark Slate #3F5352
RGB
CMYK
RGB Variations
Color information
#3F5352 (or 0x3F5352) is known color: Dark Slate. HEX triplet: 3F, 53 and 52. RGB value is (63,83,82). Sum of RGB (Red+Green+Blue) = 63+83+82=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5352 is #C0ACAD. Grayscale: #4C4C4C. Windows color (decimal): -12627118 or 5395263. OLE color: 5395263.
HSL color Cylindrical-coordinate representation of color #3F5352: hue angle of 177º 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 #3F5352 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 82 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.67 |
| HSL | 177º | 0.14% | 0.29% | - |
| HSV(B) | 177º | 0.24% | 0.33% | - |
| XYZ | 6.67 | 7.85 | 9.15 | - |
| YUV | 76.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 82 | 0.24 | 0 | 0.01 | 0.67 | 177 | 0.14 | 0.29 |
| Hex | 3F | 53 | 52 | 18 | 0 | 1 | 43 | B1 | E | 1D |
| Octal | 77 | 123 | 122 | 30 | 0 | 1 | 103 | 261 | 16 | 35 |
| Binary | 111111 | 1010011 | 1010010 | 11000 | 0 | 1 | 1000011 | 10110001 | 1110 | 11101 |
Color Harmonies of #3F5352
Complementary color
Monochromatic Colors of #3F5352
Black with #3F5352
Text Example
Text Example
White with #3F5352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5352; }
p { color: rgb(63,83,82); }
H1.HeaderClassName
{
color: #3F5352;
}
.AnyTagClassName
{
color: #3F5352;
}
</style>
background-color css
<style>
a { background-color: #3F5352; }
a { background-color: rgb(63,83,82); }
div.DivClassName
{
background-color: #3F5352;
}
.BgClassName
{
background-color: #3F5352;
}
</style>
border-color css
<style>
span { border-color: #3F5352; }
span { border-color: rgb(63,83,82); }
td.TdClassName
{
border-color: #3F5352;
}
.TagClassName
{
border-color: #3F5352;
}
</style>