Html Css Color HEX #254849 Dark Slate Grey

📋 copy color: '#254849'

red 37 ◦ green 72 ◦ blue 73

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

Shades of Dark Slate Grey #254849

Tints of Dark Slate Grey #254849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.56%

 BLUE value IS 73 (28.91% from 255) = 40.11%

R = 20.33%
G = 39.56%
B = 40.11%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#254849 (or 0x254849) is known color: Dark Slate Grey. HEX triplet: 25, 48 and 49. RGB value is (37,72,73). Sum of RGB (Red+Green+Blue) = 37+72+73=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #254849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254849 is #DAB7B6. Grayscale: #3D3D3D. Windows color (decimal): -14333879 or 4802597. OLE color: 4802597.

HSL color Cylindrical-coordinate representation of color #254849: hue angle of 181.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254849 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 72 73 -
CMYK 0.49 0.01 0 0.71
HSL 181.67º 0.33% 0.22% -
HSV(B) 181.67º 0.49% 0.29% -
XYZ 4.28 5.51 7.14 -
YUV 61.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 37 72 73 0.49 0.01 0 0.71 181.67 0.33 0.22
Hex 25 48 49 31 1 0 47 B6 21 16
Octal 45 110 111 61 1 0 107 266 41 26
Binary 100101 1001000 1001001 110001 1 0 1000111 10110110 100001 10110

Color Harmonies of #254849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254849

Black with #254849

Text Example


Text Example

White with #254849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254849; }

 p { color: rgb(37,72,73); }

 H1.HeaderClassName
 {
   color: #254849;
 }
 .AnyTagClassName
 {
   color: #254849;
 }
</style>

background-color css

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

 a { background-color: rgb(37,72,73); }

 div.DivClassName
 {
   background-color: #254849;
 }
 .BgClassName
 {
   background-color: #254849;
 }
</style>

border-color css

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

 span { border-color: rgb(37,72,73); }

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