Html Css Color HEX #374749 Dark Slate Grey

📋 copy color: '#374749'

red 55 ◦ green 71 ◦ blue 73

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

Shades of Dark Slate Grey #374749

Tints of Dark Slate Grey #374749

RGB

 RED value IS 55 (21.88% from 255) = 27.64%

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

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

R = 27.64%
G = 35.68%
B = 36.68%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#374749 (or 0x374749) is known color: Dark Slate Grey. HEX triplet: 37, 47 and 49. RGB value is (55,71,73). Sum of RGB (Red+Green+Blue) = 55+71+73=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 73 - color contains mainly: blue. Hex color #374749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374749 is #C8B8B6. Grayscale: #424242. Windows color (decimal): -13154487 or 4802359. OLE color: 4802359.

HSL color Cylindrical-coordinate representation of color #374749: hue angle of 186.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #374749 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 71 73 -
CMYK 0.25 0.03 0 0.71
HSL 186.67º 0.14% 0.25% -
HSV(B) 186.67º 0.25% 0.29% -
XYZ 5.03 5.8 7.16 -
YUV 66.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 55 71 73 0.25 0.03 0 0.71 186.67 0.14 0.25
Hex 37 47 49 19 3 0 47 BB E 19
Octal 67 107 111 31 3 0 107 273 16 31
Binary 110111 1000111 1001001 11001 11 0 1000111 10111011 1110 11001

Color Harmonies of #374749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374749

Black with #374749

Text Example


Text Example

White with #374749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374749; }

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

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

background-color css

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

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

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

border-color css

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

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

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