Shades of Dark Slate Grey #28484A
Tints of Dark Slate Grey #28484A
RGB
CMYK
RGB Variations
Color information
#28484A (or 0x28484A) is known color: Dark Slate Grey. HEX triplet: 28, 48 and 4A. RGB value is (40,72,74). Sum of RGB (Red+Green+Blue) = 40+72+74=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #28484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28484A is #D7B7B5. Grayscale: #3E3E3E. Windows color (decimal): -14137270 or 4868136. OLE color: 4868136.
HSL color Cylindrical-coordinate representation of color #28484A: hue angle of 183.53º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #28484A is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 72 | 74 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.71 |
| HSL | 183.53º | 0.3% | 0.22% | - |
| HSV(B) | 183.53º | 0.46% | 0.29% | - |
| XYZ | 4.43 | 5.58 | 7.32 | - |
| YUV | 62.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 74 | 0.46 | 0.03 | 0 | 0.71 | 183.53 | 0.3 | 0.22 |
| Hex | 28 | 48 | 4A | 2E | 3 | 0 | 47 | B8 | 1E | 16 |
| Octal | 50 | 110 | 112 | 56 | 3 | 0 | 107 | 270 | 36 | 26 |
| Binary | 101000 | 1001000 | 1001010 | 101110 | 11 | 0 | 1000111 | 10111000 | 11110 | 10110 |
Color Harmonies of #28484A
Complementary color
Monochromatic Colors of #28484A
Black with #28484A
Text Example
Text Example
White with #28484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28484A; }
p { color: rgb(40,72,74); }
H1.HeaderClassName
{
color: #28484A;
}
.AnyTagClassName
{
color: #28484A;
}
</style>
background-color css
<style>
a { background-color: #28484A; }
a { background-color: rgb(40,72,74); }
div.DivClassName
{
background-color: #28484A;
}
.BgClassName
{
background-color: #28484A;
}
</style>
border-color css
<style>
span { border-color: #28484A; }
span { border-color: rgb(40,72,74); }
td.TdClassName
{
border-color: #28484A;
}
.TagClassName
{
border-color: #28484A;
}
</style>