#25484B

Color #25484B Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #25484B

Tints of Dark Slate Grey #25484B

Color information

#25484B (or 0x25484B) is unknown color: approx 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

RGB377275-
CMYK0.510.0400.71
HSL184.74º33.93%21.96%-
HSV(B)184.74º50.67%29.41%-
XYZ4.355.547.5-
YUV61.88135.4110.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=20.11%
G=39.13%
B=40.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3772750.510.0400.71184.7433.9321.96
Hex25484B334047b92216
Octal4511011363401072714226
Binary10010110010001001011110011100010001111011100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>