Shades of Dark Slate Grey #25494D
Tints of Dark Slate Grey #25494D
RGB
CMYK
RGB Variations
Color information
#25494D (or 0x25494D) is known color: Dark Slate Grey. HEX triplet: 25, 49 and 4D. RGB value is (37,73,77). Sum of RGB (Red+Green+Blue) = 37+73+77=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #25494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25494D is #DAB6B2. Grayscale: #3E3E3E. Windows color (decimal): -14333619 or 5064997. OLE color: 5064997.
HSL color Cylindrical-coordinate representation of color #25494D: hue angle of 186º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25494D is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 73 | 77 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.70 |
| HSL | 186º | 0.35% | 0.22% | - |
| HSV(B) | 186º | 0.52% | 0.3% | - |
| XYZ | 4.49 | 5.69 | 7.88 | - |
| YUV | 62.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 77 | 0.52 | 0.05 | 0 | 0.70 | 186 | 0.35 | 0.22 |
| Hex | 25 | 49 | 4D | 34 | 5 | 0 | 46 | BA | 23 | 16 |
| Octal | 45 | 111 | 115 | 64 | 5 | 0 | 106 | 272 | 43 | 26 |
| Binary | 100101 | 1001001 | 1001101 | 110100 | 101 | 0 | 1000110 | 10111010 | 100011 | 10110 |
Color Harmonies of #25494D
Complementary color
Monochromatic Colors of #25494D
Black with #25494D
Text Example
Text Example
White with #25494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25494D; }
p { color: rgb(37,73,77); }
H1.HeaderClassName
{
color: #25494D;
}
.AnyTagClassName
{
color: #25494D;
}
</style>
background-color css
<style>
a { background-color: #25494D; }
a { background-color: rgb(37,73,77); }
div.DivClassName
{
background-color: #25494D;
}
.BgClassName
{
background-color: #25494D;
}
</style>
border-color css
<style>
span { border-color: #25494D; }
span { border-color: rgb(37,73,77); }
td.TdClassName
{
border-color: #25494D;
}
.TagClassName
{
border-color: #25494D;
}
</style>