Shades of Dark Slate Grey #284547
Tints of Dark Slate Grey #284547
RGB
CMYK
RGB Variations
Color information
#284547 (or 0x284547) is known color: Dark Slate Grey. HEX triplet: 28, 45 and 47. RGB value is (40,69,71). Sum of RGB (Red+Green+Blue) = 40+69+71=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #284547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284547 is #D7BAB8. Grayscale: #3C3C3C. Windows color (decimal): -14138041 or 4670760. OLE color: 4670760.
HSL color Cylindrical-coordinate representation of color #284547: hue angle of 183.87º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #284547 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 69 | 71 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.72 |
| HSL | 183.87º | 0.28% | 0.22% | - |
| HSV(B) | 183.87º | 0.44% | 0.28% | - |
| XYZ | 4.14 | 5.16 | 6.74 | - |
| YUV | 60.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 71 | 0.44 | 0.03 | 0 | 0.72 | 183.87 | 0.28 | 0.22 |
| Hex | 28 | 45 | 47 | 2C | 3 | 0 | 48 | B8 | 1C | 16 |
| Octal | 50 | 105 | 107 | 54 | 3 | 0 | 110 | 270 | 34 | 26 |
| Binary | 101000 | 1000101 | 1000111 | 101100 | 11 | 0 | 1001000 | 10111000 | 11100 | 10110 |
Color Harmonies of #284547
Complementary color
Monochromatic Colors of #284547
Black with #284547
Text Example
Text Example
White with #284547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284547; }
p { color: rgb(40,69,71); }
H1.HeaderClassName
{
color: #284547;
}
.AnyTagClassName
{
color: #284547;
}
</style>
background-color css
<style>
a { background-color: #284547; }
a { background-color: rgb(40,69,71); }
div.DivClassName
{
background-color: #284547;
}
.BgClassName
{
background-color: #284547;
}
</style>
border-color css
<style>
span { border-color: #284547; }
span { border-color: rgb(40,69,71); }
td.TdClassName
{
border-color: #284547;
}
.TagClassName
{
border-color: #284547;
}
</style>