Shades of Dark Slate Grey #254947
Tints of Dark Slate Grey #254947
RGB
CMYK
RGB Variations
Color information
#254947 (or 0x254947) is known color: Dark Slate Grey. HEX triplet: 25, 49 and 47. RGB value is (37,73,71). Sum of RGB (Red+Green+Blue) = 37+73+71=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #254947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254947 is #DAB6B8. Grayscale: #3D3D3D. Windows color (decimal): -14333625 or 4671781. OLE color: 4671781.
HSL color Cylindrical-coordinate representation of color #254947: hue angle of 176.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 #254947 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 73 | 71 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.71 |
| HSL | 176.67º | 0.33% | 0.22% | - |
| HSV(B) | 176.67º | 0.49% | 0.29% | - |
| XYZ | 4.28 | 5.61 | 6.82 | - |
| YUV | 62.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 71 | 0.49 | 0 | 0.03 | 0.71 | 176.67 | 0.33 | 0.22 |
| Hex | 25 | 49 | 47 | 31 | 0 | 3 | 47 | B1 | 21 | 16 |
| Octal | 45 | 111 | 107 | 61 | 0 | 3 | 107 | 261 | 41 | 26 |
| Binary | 100101 | 1001001 | 1000111 | 110001 | 0 | 11 | 1000111 | 10110001 | 100001 | 10110 |
Color Harmonies of #254947
Complementary color
Monochromatic Colors of #254947
Black with #254947
Text Example
Text Example
White with #254947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254947; }
p { color: rgb(37,73,71); }
H1.HeaderClassName
{
color: #254947;
}
.AnyTagClassName
{
color: #254947;
}
</style>
background-color css
<style>
a { background-color: #254947; }
a { background-color: rgb(37,73,71); }
div.DivClassName
{
background-color: #254947;
}
.BgClassName
{
background-color: #254947;
}
</style>
border-color css
<style>
span { border-color: #254947; }
span { border-color: rgb(37,73,71); }
td.TdClassName
{
border-color: #254947;
}
.TagClassName
{
border-color: #254947;
}
</style>