Shades of Dark Slate Grey #284647
Tints of Dark Slate Grey #284647
RGB
CMYK
RGB Variations
Color information
#284647 (or 0x284647) is known color: Dark Slate Grey. HEX triplet: 28, 46 and 47. RGB value is (40,70,71). Sum of RGB (Red+Green+Blue) = 40+70+71=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 71 - color contains mainly: blue. Hex color #284647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284647 is #D7B9B8. Grayscale: #3D3D3D. Windows color (decimal): -14137785 or 4671016. OLE color: 4671016.
HSL color Cylindrical-coordinate representation of color #284647: hue angle of 181.94º 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 #284647 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 70 | 71 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.72 |
| HSL | 181.94º | 0.28% | 0.22% | - |
| HSV(B) | 181.94º | 0.44% | 0.28% | - |
| XYZ | 4.2 | 5.29 | 6.76 | - |
| YUV | 61.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 71 | 0.44 | 0.01 | 0 | 0.72 | 181.94 | 0.28 | 0.22 |
| Hex | 28 | 46 | 47 | 2C | 1 | 0 | 48 | B6 | 1C | 16 |
| Octal | 50 | 106 | 107 | 54 | 1 | 0 | 110 | 266 | 34 | 26 |
| Binary | 101000 | 1000110 | 1000111 | 101100 | 1 | 0 | 1001000 | 10110110 | 11100 | 10110 |
Color Harmonies of #284647
Complementary color
Monochromatic Colors of #284647
Black with #284647
Text Example
Text Example
White with #284647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284647; }
p { color: rgb(40,70,71); }
H1.HeaderClassName
{
color: #284647;
}
.AnyTagClassName
{
color: #284647;
}
</style>
background-color css
<style>
a { background-color: #284647; }
a { background-color: rgb(40,70,71); }
div.DivClassName
{
background-color: #284647;
}
.BgClassName
{
background-color: #284647;
}
</style>
border-color css
<style>
span { border-color: #284647; }
span { border-color: rgb(40,70,71); }
td.TdClassName
{
border-color: #284647;
}
.TagClassName
{
border-color: #284647;
}
</style>