#25494B

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

Shades of Dark Slate Grey #25494B

Tints of Dark Slate Grey #25494B

Color information

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

RGB377375-
CMYK0.510.0300.71
HSL183.16º33.93%21.96%-
HSV(B)183.16º50.67%29.41%-
XYZ4.425.677.52-
YUV62.46135.07109.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=20%
G=39.46%
B=40.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3773750.510.0300.71183.1633.9321.96
Hex25494B333047b72216
Octal4511111363301072674226
Binary1001011001001100101111001111010001111011011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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