#25474A

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

Shades of Dark Slate Grey #25474A

Tints of Dark Slate Grey #25474A

Color information

#25474A (or 0x25474A) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 47 and 4A. RGB value is (37,71,74). Sum of RGB (Red+Green+Blue) = 37+71+74=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #25474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25474A is #DAB8B5. Grayscale: #3D3D3D. Windows color (decimal): -14334134 or 4867877. OLE color: 4867877.

HSL color Cylindrical-coordinate representation of color #25474A: hue angle of 184.86º 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 #25474A is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB377174-
CMYK0.500.0400.71
HSL184.86º33.33%21.76%-
HSV(B)184.86º50%29.02%-
XYZ4.255.397.3-
YUV61.18135.24110.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=20.33%
G=39.01%
B=40.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3771740.500.0400.71184.8633.3321.76
Hex25474A324047b92116
Octal4510711262401072714126
Binary10010110001111001010110010100010001111011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25474A; }

 p { color: rgb(37,71,74); }

 H1.HeaderClassName
 {
   color: #25474A;
 }
 .AnyTagClassName
 {
   color: #25474A;
 }
</style>
background-color css

<style>
 a { background-color: #25474A; }

 a { background-color: rgb(37,71,74); }

 div.DivClassName
 {
   background-color: #25474A;
 }
 .BgClassName
 {
   background-color: #25474A;
 }
</style>
border-color css

<style>
 span { border-color: #25474A; }

 span { border-color: rgb(37,71,74); }

 td.TdClassName
 {
   border-color: #25474A;
 }
 .TagClassName
 {
   border-color: #25474A;
 }
</style>