Html Css Color HEX #374848 Dark Slate Grey

📋 copy color: '#374848'

red 55 ◦ green 72 ◦ blue 72

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

Shades of Dark Slate Grey #374848

Tints of Dark Slate Grey #374848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.18%

R = 27.64%
G = 36.18%
B = 36.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#374848 (or 0x374848) is known color: Dark Slate Grey. HEX triplet: 37, 48 and 48. RGB value is (55,72,72). Sum of RGB (Red+Green+Blue) = 55+72+72=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #374848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374848 is #C8B7B7. Grayscale: #424242. Windows color (decimal): -13154232 or 4737079. OLE color: 4737079.

HSL color Cylindrical-coordinate representation of color #374848: hue angle of 180º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #374848 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 72 72 -
CMYK 0.24 0 0 0.72
HSL 180º 0.13% 0.25% -
HSV(B) 180º 0.24% 0.28% -
XYZ 5.06 5.91 7.01 -
YUV 66.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 55 72 72 0.24 0 0 0.72 180 0.13 0.25
Hex 37 48 48 18 0 0 48 B4 D 19
Octal 67 110 110 30 0 0 110 264 15 31
Binary 110111 1001000 1001000 11000 0 0 1001000 10110100 1101 11001

Color Harmonies of #374848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374848

Black with #374848

Text Example


Text Example

White with #374848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374848; }

 p { color: rgb(55,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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