Shades of Dark Slate Grey #254849
Tints of Dark Slate Grey #254849
RGB
CMYK
RGB Variations
Color information
#254849 (or 0x254849) is known color: Dark Slate Grey. HEX triplet: 25, 48 and 49. RGB value is (37,72,73). Sum of RGB (Red+Green+Blue) = 37+72+73=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #254849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254849 is #DAB7B6. Grayscale: #3D3D3D. Windows color (decimal): -14333879 or 4802597. OLE color: 4802597.
HSL color Cylindrical-coordinate representation of color #254849: hue angle of 181.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254849 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 72 | 73 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.71 |
| HSL | 181.67º | 0.33% | 0.22% | - |
| HSV(B) | 181.67º | 0.49% | 0.29% | - |
| XYZ | 4.28 | 5.51 | 7.14 | - |
| YUV | 61.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 73 | 0.49 | 0.01 | 0 | 0.71 | 181.67 | 0.33 | 0.22 |
| Hex | 25 | 48 | 49 | 31 | 1 | 0 | 47 | B6 | 21 | 16 |
| Octal | 45 | 110 | 111 | 61 | 1 | 0 | 107 | 266 | 41 | 26 |
| Binary | 100101 | 1001000 | 1001001 | 110001 | 1 | 0 | 1000111 | 10110110 | 100001 | 10110 |
Color Harmonies of #254849
Complementary color
Monochromatic Colors of #254849
Black with #254849
Text Example
Text Example
White with #254849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254849; }
p { color: rgb(37,72,73); }
H1.HeaderClassName
{
color: #254849;
}
.AnyTagClassName
{
color: #254849;
}
</style>
background-color css
<style>
a { background-color: #254849; }
a { background-color: rgb(37,72,73); }
div.DivClassName
{
background-color: #254849;
}
.BgClassName
{
background-color: #254849;
}
</style>
border-color css
<style>
span { border-color: #254849; }
span { border-color: rgb(37,72,73); }
td.TdClassName
{
border-color: #254849;
}
.TagClassName
{
border-color: #254849;
}
</style>