Shades of Dark Slate Grey #28484B
Tints of Dark Slate Grey #28484B
RGB
CMYK
RGB Variations
Color information
#28484B (or 0x28484B) is known color: Dark Slate Grey. HEX triplet: 28, 48 and 4B. RGB value is (40,72,75). Sum of RGB (Red+Green+Blue) = 40+72+75=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #28484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28484B is #D7B7B4. Grayscale: #3E3E3E. Windows color (decimal): -14137269 or 4933672. OLE color: 4933672.
HSL color Cylindrical-coordinate representation of color #28484B: hue angle of 185.14º 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 #28484B is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 72 | 75 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.71 |
| HSL | 185.14º | 0.3% | 0.23% | - |
| HSV(B) | 185.14º | 0.47% | 0.29% | - |
| XYZ | 4.46 | 5.59 | 7.5 | - |
| YUV | 62.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 75 | 0.47 | 0.04 | 0 | 0.71 | 185.14 | 0.3 | 0.23 |
| Hex | 28 | 48 | 4B | 2F | 4 | 0 | 47 | B9 | 1E | 17 |
| Octal | 50 | 110 | 113 | 57 | 4 | 0 | 107 | 271 | 36 | 27 |
| Binary | 101000 | 1001000 | 1001011 | 101111 | 100 | 0 | 1000111 | 10111001 | 11110 | 10111 |
Color Harmonies of #28484B
Complementary color
Monochromatic Colors of #28484B
Black with #28484B
Text Example
Text Example
White with #28484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28484B; }
p { color: rgb(40,72,75); }
H1.HeaderClassName
{
color: #28484B;
}
.AnyTagClassName
{
color: #28484B;
}
</style>
background-color css
<style>
a { background-color: #28484B; }
a { background-color: rgb(40,72,75); }
div.DivClassName
{
background-color: #28484B;
}
.BgClassName
{
background-color: #28484B;
}
</style>
border-color css
<style>
span { border-color: #28484B; }
span { border-color: rgb(40,72,75); }
td.TdClassName
{
border-color: #28484B;
}
.TagClassName
{
border-color: #28484B;
}
</style>