Html Css Color HEX #25474A Dark Slate Grey

📋 copy color: '#25474A'

red 37 ◦ green 71 ◦ blue 74

#25474A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #25474A

Tints of Dark Slate Grey #25474A

RGB

 RED value IS 37 (14.84% from 255) = 20.33%

 GREEN value IS 71 (28.13% from 255) = 39.01%

 BLUE value IS 74 (29.3% from 255) = 40.66%

R = 20.33%
G = 39.01%
B = 40.66%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25474A (or 0x25474A) is known color: 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

RGB 37 71 74 -
CMYK 0.50 0.04 0 0.71
HSL 184.86º 0.33% 0.22% -
HSV(B) 184.86º 0.5% 0.29% -
XYZ 4.25 5.39 7.3 -
YUV 61.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 37 71 74 0.50 0.04 0 0.71 184.86 0.33 0.22
Hex 25 47 4A 32 4 0 47 B9 21 16
Octal 45 107 112 62 4 0 107 271 41 26
Binary 100101 1000111 1001010 110010 100 0 1000111 10111001 100001 10110

Color Harmonies of #25474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25474A

Black with #25474A

Text Example


Text Example

White with #25474A

Text Example


Text Example

HTML Codes & Css Web 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>