#25474B

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

Shades of Dark Slate Grey #25474B

Tints of Dark Slate Grey #25474B

Color information

#25474B (or 0x25474B) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 47 and 4B. RGB value is (37,71,75). Sum of RGB (Red+Green+Blue) = 37+71+75=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #25474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25474B is #DAB8B4. Grayscale: #3D3D3D. Windows color (decimal): -14334133 or 4933413. OLE color: 4933413.

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

Color convert

RGB377175-
CMYK0.510.0500.71
HSL186.32º33.93%21.96%-
HSV(B)186.32º50.67%29.41%-
XYZ4.295.417.47-
YUV61.29135.74110.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=20.22%
G=38.80%
B=40.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3771750.510.0500.71186.3233.9321.96
Hex25474B335047ba2216
Octal4510711363501072724226
Binary10010110001111001011110011101010001111011101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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