Shades of Dark Slate Grey #284E51
Tints of Dark Slate Grey #284E51
RGB
CMYK
RGB Variations
Color information
#284E51 (or 0x284E51) is known color: Dark Slate Grey. HEX triplet: 28, 4E and 51. RGB value is (40,78,81). Sum of RGB (Red+Green+Blue) = 40+78+81=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #284E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E51 is #D7B1AE. Grayscale: #424242. Windows color (decimal): -14135727 or 5328424. OLE color: 5328424.
HSL color Cylindrical-coordinate representation of color #284E51: hue angle of 184.39º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #284E51 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 78 | 81 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.68 |
| HSL | 184.39º | 0.34% | 0.24% | - |
| HSV(B) | 184.39º | 0.51% | 0.32% | - |
| XYZ | 5.08 | 6.49 | 8.77 | - |
| YUV | 66.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 81 | 0.51 | 0.04 | 0 | 0.68 | 184.39 | 0.34 | 0.24 |
| Hex | 28 | 4E | 51 | 33 | 4 | 0 | 44 | B8 | 22 | 18 |
| Octal | 50 | 116 | 121 | 63 | 4 | 0 | 104 | 270 | 42 | 30 |
| Binary | 101000 | 1001110 | 1010001 | 110011 | 100 | 0 | 1000100 | 10111000 | 100010 | 11000 |
Color Harmonies of #284E51
Complementary color
Monochromatic Colors of #284E51
Black with #284E51
Text Example
Text Example
White with #284E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E51; }
p { color: rgb(40,78,81); }
H1.HeaderClassName
{
color: #284E51;
}
.AnyTagClassName
{
color: #284E51;
}
</style>
background-color css
<style>
a { background-color: #284E51; }
a { background-color: rgb(40,78,81); }
div.DivClassName
{
background-color: #284E51;
}
.BgClassName
{
background-color: #284E51;
}
</style>
border-color css
<style>
span { border-color: #284E51; }
span { border-color: rgb(40,78,81); }
td.TdClassName
{
border-color: #284E51;
}
.TagClassName
{
border-color: #284E51;
}
</style>