Shades of Dark Slate Grey #25494B
Tints of Dark Slate Grey #25494B
RGB
CMYK
RGB Variations
Color information
#25494B (or 0x25494B) is known color: Dark Slate Grey. HEX triplet: 25, 49 and 4B. RGB value is (37,73,75). Sum of RGB (Red+Green+Blue) = 37+73+75=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #25494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25494B is #DAB6B4. Grayscale: #3E3E3E. Windows color (decimal): -14333621 or 4933925. OLE color: 4933925.
HSL color Cylindrical-coordinate representation of color #25494B: hue angle of 183.16º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25494B is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 73 | 75 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.71 |
| HSL | 183.16º | 0.34% | 0.22% | - |
| HSV(B) | 183.16º | 0.51% | 0.29% | - |
| XYZ | 4.42 | 5.67 | 7.52 | - |
| YUV | 62.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 75 | 0.51 | 0.03 | 0 | 0.71 | 183.16 | 0.34 | 0.22 |
| Hex | 25 | 49 | 4B | 33 | 3 | 0 | 47 | B7 | 22 | 16 |
| Octal | 45 | 111 | 113 | 63 | 3 | 0 | 107 | 267 | 42 | 26 |
| Binary | 100101 | 1001001 | 1001011 | 110011 | 11 | 0 | 1000111 | 10110111 | 100010 | 10110 |
Color Harmonies of #25494B
Complementary color
Monochromatic Colors of #25494B
Black with #25494B
Text Example
Text Example
White with #25494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25494B; }
p { color: rgb(37,73,75); }
H1.HeaderClassName
{
color: #25494B;
}
.AnyTagClassName
{
color: #25494B;
}
</style>
background-color css
<style>
a { background-color: #25494B; }
a { background-color: rgb(37,73,75); }
div.DivClassName
{
background-color: #25494B;
}
.BgClassName
{
background-color: #25494B;
}
</style>
border-color css
<style>
span { border-color: #25494B; }
span { border-color: rgb(37,73,75); }
td.TdClassName
{
border-color: #25494B;
}
.TagClassName
{
border-color: #25494B;
}
</style>