Html Css Color HEX #254749 Dark Slate Grey

📋 copy color: '#254749'

red 37 ◦ green 71 ◦ blue 73

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

Shades of Dark Slate Grey #254749

Tints of Dark Slate Grey #254749

RGB

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

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

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

R = 20.44%
G = 39.23%
B = 40.33%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#254749 (or 0x254749) is known color: Dark Slate Grey. HEX triplet: 25, 47 and 49. RGB value is (37,71,73). Sum of RGB (Red+Green+Blue) = 37+71+73=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #254749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254749 is #DAB8B6. Grayscale: #3D3D3D. Windows color (decimal): -14334135 or 4802341. OLE color: 4802341.

HSL color Cylindrical-coordinate representation of color #254749: hue angle of 183.33º 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 #254749 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 71 73 -
CMYK 0.49 0.03 0 0.71
HSL 183.33º 0.33% 0.22% -
HSV(B) 183.33º 0.49% 0.29% -
XYZ 4.22 5.38 7.12 -
YUV 61.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 37 71 73 0.49 0.03 0 0.71 183.33 0.33 0.22
Hex 25 47 49 31 3 0 47 B7 21 16
Octal 45 107 111 61 3 0 107 267 41 26
Binary 100101 1000111 1001001 110001 11 0 1000111 10110111 100001 10110

Color Harmonies of #254749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254749

Black with #254749

Text Example


Text Example

White with #254749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254749; }

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

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

background-color css

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

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

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

border-color css

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

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

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