Shades of Dark Slate #3E5451
Tints of Dark Slate #3E5451
RGB
CMYK
RGB Variations
Color information
#3E5451 (or 0x3E5451) is known color: Dark Slate. HEX triplet: 3E, 54 and 51. RGB value is (62,84,81). Sum of RGB (Red+Green+Blue) = 62+84+81=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5451 is #C1ABAE. Grayscale: #4D4D4D. Windows color (decimal): -12692399 or 5329982. OLE color: 5329982.
HSL color Cylindrical-coordinate representation of color #3E5451: hue angle of 171.82º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E5451 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 84 | 81 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.67 |
| HSL | 171.82º | 0.15% | 0.29% | - |
| HSV(B) | 171.82º | 0.26% | 0.33% | - |
| XYZ | 6.64 | 7.96 | 8.97 | - |
| YUV | 77.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 81 | 0.26 | 0 | 0.04 | 0.67 | 171.82 | 0.15 | 0.29 |
| Hex | 3E | 54 | 51 | 1A | 0 | 4 | 43 | AC | F | 1D |
| Octal | 76 | 124 | 121 | 32 | 0 | 4 | 103 | 254 | 17 | 35 |
| Binary | 111110 | 1010100 | 1010001 | 11010 | 0 | 100 | 1000011 | 10101100 | 1111 | 11101 |
Color Harmonies of #3E5451
Complementary color
Monochromatic Colors of #3E5451
Black with #3E5451
Text Example
Text Example
White with #3E5451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5451; }
p { color: rgb(62,84,81); }
H1.HeaderClassName
{
color: #3E5451;
}
.AnyTagClassName
{
color: #3E5451;
}
</style>
background-color css
<style>
a { background-color: #3E5451; }
a { background-color: rgb(62,84,81); }
div.DivClassName
{
background-color: #3E5451;
}
.BgClassName
{
background-color: #3E5451;
}
</style>
border-color css
<style>
span { border-color: #3E5451; }
span { border-color: rgb(62,84,81); }
td.TdClassName
{
border-color: #3E5451;
}
.TagClassName
{
border-color: #3E5451;
}
</style>