Shades of Dark Slate Grey #28474B
Tints of Dark Slate Grey #28474B
RGB
CMYK
RGB Variations
Color information
#28474B (or 0x28474B) is known color: Dark Slate Grey. HEX triplet: 28, 47 and 4B. RGB value is (40,71,75). Sum of RGB (Red+Green+Blue) = 40+71+75=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #28474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28474B is #D7B8B4. Grayscale: #3E3E3E. Windows color (decimal): -14137525 or 4933416. OLE color: 4933416.
HSL color Cylindrical-coordinate representation of color #28474B: hue angle of 186.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28474B is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 71 | 75 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.71 |
| HSL | 186.86º | 0.3% | 0.23% | - |
| HSV(B) | 186.86º | 0.47% | 0.29% | - |
| XYZ | 4.4 | 5.47 | 7.48 | - |
| YUV | 62.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 75 | 0.47 | 0.05 | 0 | 0.71 | 186.86 | 0.3 | 0.23 |
| Hex | 28 | 47 | 4B | 2F | 5 | 0 | 47 | BB | 1E | 17 |
| Octal | 50 | 107 | 113 | 57 | 5 | 0 | 107 | 273 | 36 | 27 |
| Binary | 101000 | 1000111 | 1001011 | 101111 | 101 | 0 | 1000111 | 10111011 | 11110 | 10111 |
Color Harmonies of #28474B
Complementary color
Monochromatic Colors of #28474B
Black with #28474B
Text Example
Text Example
White with #28474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28474B; }
p { color: rgb(40,71,75); }
H1.HeaderClassName
{
color: #28474B;
}
.AnyTagClassName
{
color: #28474B;
}
</style>
background-color css
<style>
a { background-color: #28474B; }
a { background-color: rgb(40,71,75); }
div.DivClassName
{
background-color: #28474B;
}
.BgClassName
{
background-color: #28474B;
}
</style>
border-color css
<style>
span { border-color: #28474B; }
span { border-color: rgb(40,71,75); }
td.TdClassName
{
border-color: #28474B;
}
.TagClassName
{
border-color: #28474B;
}
</style>