Shades of Dark Slate #415251
Tints of Dark Slate #415251
RGB
CMYK
RGB Variations
Color information
#415251 (or 0x415251) is known color: Dark Slate. HEX triplet: 41, 52 and 51. RGB value is (65,82,81). Sum of RGB (Red+Green+Blue) = 65+82+81=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 82 - color contains mainly: green. Hex color #415251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415251 is #BEADAE. Grayscale: #4C4C4C. Windows color (decimal): -12496303 or 5329473. OLE color: 5329473.
HSL color Cylindrical-coordinate representation of color #415251: hue angle of 176.47º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #415251 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 82 | 81 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.68 |
| HSL | 176.47º | 0.12% | 0.29% | - |
| HSV(B) | 176.47º | 0.21% | 0.32% | - |
| XYZ | 6.68 | 7.75 | 8.93 | - |
| YUV | 76.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 81 | 0.21 | 0 | 0.01 | 0.68 | 176.47 | 0.12 | 0.29 |
| Hex | 41 | 52 | 51 | 15 | 0 | 1 | 44 | B0 | C | 1D |
| Octal | 101 | 122 | 121 | 25 | 0 | 1 | 104 | 260 | 14 | 35 |
| Binary | 1000001 | 1010010 | 1010001 | 10101 | 0 | 1 | 1000100 | 10110000 | 1100 | 11101 |
Color Harmonies of #415251
Complementary color
Monochromatic Colors of #415251
Black with #415251
Text Example
Text Example
White with #415251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415251; }
p { color: rgb(65,82,81); }
H1.HeaderClassName
{
color: #415251;
}
.AnyTagClassName
{
color: #415251;
}
</style>
background-color css
<style>
a { background-color: #415251; }
a { background-color: rgb(65,82,81); }
div.DivClassName
{
background-color: #415251;
}
.BgClassName
{
background-color: #415251;
}
</style>
border-color css
<style>
span { border-color: #415251; }
span { border-color: rgb(65,82,81); }
td.TdClassName
{
border-color: #415251;
}
.TagClassName
{
border-color: #415251;
}
</style>