Html Css Color HEX #324C4D Dark Slate Grey

📋 copy color: '#324C4D'

red 50 ◦ green 76 ◦ blue 77

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

Shades of Dark Slate Grey #324C4D

Tints of Dark Slate Grey #324C4D

RGB

 RED value IS 50 (19.92% from 255) = 24.63%

 GREEN value IS 76 (30.08% from 255) = 37.44%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 24.63%
G = 37.44%
B = 37.93%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#324C4D (or 0x324C4D) is known color: Dark Slate Grey. HEX triplet: 32, 4C and 4D. RGB value is (50,76,77). Sum of RGB (Red+Green+Blue) = 50+76+77=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #324C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C4D is #CDB3B2. Grayscale: #444444. Windows color (decimal): -13480883 or 5065778. OLE color: 5065778.

HSL color Cylindrical-coordinate representation of color #324C4D: hue angle of 182.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #324C4D is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 76 77 -
CMYK 0.35 0.01 0 0.70
HSL 182.22º 0.21% 0.25% -
HSV(B) 182.22º 0.35% 0.3% -
XYZ 5.24 6.38 7.98 -
YUV 68.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 50 76 77 0.35 0.01 0 0.70 182.22 0.21 0.25
Hex 32 4C 4D 23 1 0 46 B6 15 19
Octal 62 114 115 43 1 0 106 266 25 31
Binary 110010 1001100 1001101 100011 1 0 1000110 10110110 10101 11001

Color Harmonies of #324C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C4D

Black with #324C4D

Text Example


Text Example

White with #324C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324C4D; }

 p { color: rgb(50,76,77); }

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

background-color css

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

 a { background-color: rgb(50,76,77); }

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

border-color css

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

 span { border-color: rgb(50,76,77); }

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