Shades of Dark Slate Grey #25484B
Tints of Dark Slate Grey #25484B
RGB
CMYK
RGB Variations
Color information
#25484B (or 0x25484B) is known color: Dark Slate Grey. HEX triplet: 25, 48 and 4B. RGB value is (37,72,75). Sum of RGB (Red+Green+Blue) = 37+72+75=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #25484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25484B is #DAB7B4. Grayscale: #3D3D3D. Windows color (decimal): -14333877 or 4933669. OLE color: 4933669.
HSL color Cylindrical-coordinate representation of color #25484B: hue angle of 184.74º 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 #25484B is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 72 | 75 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.71 |
| HSL | 184.74º | 0.34% | 0.22% | - |
| HSV(B) | 184.74º | 0.51% | 0.29% | - |
| XYZ | 4.35 | 5.54 | 7.5 | - |
| YUV | 61.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 75 | 0.51 | 0.04 | 0 | 0.71 | 184.74 | 0.34 | 0.22 |
| Hex | 25 | 48 | 4B | 33 | 4 | 0 | 47 | B9 | 22 | 16 |
| Octal | 45 | 110 | 113 | 63 | 4 | 0 | 107 | 271 | 42 | 26 |
| Binary | 100101 | 1001000 | 1001011 | 110011 | 100 | 0 | 1000111 | 10111001 | 100010 | 10110 |
Color Harmonies of #25484B
Complementary color
Monochromatic Colors of #25484B
Black with #25484B
Text Example
Text Example
White with #25484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25484B; }
p { color: rgb(37,72,75); }
H1.HeaderClassName
{
color: #25484B;
}
.AnyTagClassName
{
color: #25484B;
}
</style>
background-color css
<style>
a { background-color: #25484B; }
a { background-color: rgb(37,72,75); }
div.DivClassName
{
background-color: #25484B;
}
.BgClassName
{
background-color: #25484B;
}
</style>
border-color css
<style>
span { border-color: #25484B; }
span { border-color: rgb(37,72,75); }
td.TdClassName
{
border-color: #25484B;
}
.TagClassName
{
border-color: #25484B;
}
</style>