Shades of Dark Slate Grey #285251
Tints of Dark Slate Grey #285251
RGB
CMYK
RGB Variations
Color information
#285251 (or 0x285251) is known color: Dark Slate Grey. HEX triplet: 28, 52 and 51. RGB value is (40,82,81). Sum of RGB (Red+Green+Blue) = 40+82+81=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #285251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285251 is #D7ADAE. Grayscale: #454545. Windows color (decimal): -14134703 or 5329448. OLE color: 5329448.
HSL color Cylindrical-coordinate representation of color #285251: hue angle of 178.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #285251 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 81 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.68 |
| HSL | 178.57º | 0.34% | 0.24% | - |
| HSV(B) | 178.57º | 0.51% | 0.32% | - |
| XYZ | 5.38 | 7.08 | 8.87 | - |
| YUV | 69.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 81 | 0.51 | 0 | 0.01 | 0.68 | 178.57 | 0.34 | 0.24 |
| Hex | 28 | 52 | 51 | 33 | 0 | 1 | 44 | B3 | 22 | 18 |
| Octal | 50 | 122 | 121 | 63 | 0 | 1 | 104 | 263 | 42 | 30 |
| Binary | 101000 | 1010010 | 1010001 | 110011 | 0 | 1 | 1000100 | 10110011 | 100010 | 11000 |
Color Harmonies of #285251
Complementary color
Monochromatic Colors of #285251
Black with #285251
Text Example
Text Example
White with #285251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285251; }
p { color: rgb(40,82,81); }
H1.HeaderClassName
{
color: #285251;
}
.AnyTagClassName
{
color: #285251;
}
</style>
background-color css
<style>
a { background-color: #285251; }
a { background-color: rgb(40,82,81); }
div.DivClassName
{
background-color: #285251;
}
.BgClassName
{
background-color: #285251;
}
</style>
border-color css
<style>
span { border-color: #285251; }
span { border-color: rgb(40,82,81); }
td.TdClassName
{
border-color: #285251;
}
.TagClassName
{
border-color: #285251;
}
</style>