Shades of Dark Slate Grey #25464A
Tints of Dark Slate Grey #25464A
RGB
CMYK
RGB Variations
Color information
#25464A (or 0x25464A) is known color: Dark Slate Grey. HEX triplet: 25, 46 and 4A. RGB value is (37,70,74). Sum of RGB (Red+Green+Blue) = 37+70+74=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 74 - color contains mainly: blue. Hex color #25464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25464A is #DAB9B5. Grayscale: #3C3C3C. Windows color (decimal): -14334390 or 4867621. OLE color: 4867621.
HSL color Cylindrical-coordinate representation of color #25464A: hue angle of 186.49º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25464A is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 70 | 74 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.71 |
| HSL | 186.49º | 0.33% | 0.22% | - |
| HSV(B) | 186.49º | 0.5% | 0.29% | - |
| XYZ | 4.19 | 5.27 | 7.27 | - |
| YUV | 60.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 74 | 0.50 | 0.05 | 0 | 0.71 | 186.49 | 0.33 | 0.22 |
| Hex | 25 | 46 | 4A | 32 | 5 | 0 | 47 | BA | 21 | 16 |
| Octal | 45 | 106 | 112 | 62 | 5 | 0 | 107 | 272 | 41 | 26 |
| Binary | 100101 | 1000110 | 1001010 | 110010 | 101 | 0 | 1000111 | 10111010 | 100001 | 10110 |
Color Harmonies of #25464A
Complementary color
Monochromatic Colors of #25464A
Black with #25464A
Text Example
Text Example
White with #25464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25464A; }
p { color: rgb(37,70,74); }
H1.HeaderClassName
{
color: #25464A;
}
.AnyTagClassName
{
color: #25464A;
}
</style>
background-color css
<style>
a { background-color: #25464A; }
a { background-color: rgb(37,70,74); }
div.DivClassName
{
background-color: #25464A;
}
.BgClassName
{
background-color: #25464A;
}
</style>
border-color css
<style>
span { border-color: #25464A; }
span { border-color: rgb(37,70,74); }
td.TdClassName
{
border-color: #25464A;
}
.TagClassName
{
border-color: #25464A;
}
</style>