Shades of Dark Slate Grey #284748
Tints of Dark Slate Grey #284748
RGB
CMYK
RGB Variations
Color information
#284748 (or 0x284748) is known color: Dark Slate Grey. HEX triplet: 28, 47 and 48. RGB value is (40,71,72). Sum of RGB (Red+Green+Blue) = 40+71+72=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #284748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284748 is #D7B8B7. Grayscale: #3D3D3D. Windows color (decimal): -14137528 or 4736808. OLE color: 4736808.
HSL color Cylindrical-coordinate representation of color #284748: hue angle of 181.88º degrees, saturation: 0.29, 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 #284748 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 72 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.72 |
| HSL | 181.88º | 0.29% | 0.22% | - |
| HSV(B) | 181.88º | 0.44% | 0.28% | - |
| XYZ | 4.3 | 5.43 | 6.95 | - |
| YUV | 61.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 72 | 0.44 | 0.01 | 0 | 0.72 | 181.88 | 0.29 | 0.22 |
| Hex | 28 | 47 | 48 | 2C | 1 | 0 | 48 | B6 | 1D | 16 |
| Octal | 50 | 107 | 110 | 54 | 1 | 0 | 110 | 266 | 35 | 26 |
| Binary | 101000 | 1000111 | 1001000 | 101100 | 1 | 0 | 1001000 | 10110110 | 11101 | 10110 |
Color Harmonies of #284748
Complementary color
Monochromatic Colors of #284748
Black with #284748
Text Example
Text Example
White with #284748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284748; }
p { color: rgb(40,71,72); }
H1.HeaderClassName
{
color: #284748;
}
.AnyTagClassName
{
color: #284748;
}
</style>
background-color css
<style>
a { background-color: #284748; }
a { background-color: rgb(40,71,72); }
div.DivClassName
{
background-color: #284748;
}
.BgClassName
{
background-color: #284748;
}
</style>
border-color css
<style>
span { border-color: #284748; }
span { border-color: rgb(40,71,72); }
td.TdClassName
{
border-color: #284748;
}
.TagClassName
{
border-color: #284748;
}
</style>