Html Css Color HEX #324749 Dark Slate Grey

📋 copy color: '#324749'

red 50 ◦ green 71 ◦ blue 73

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

Shades of Dark Slate Grey #324749

Tints of Dark Slate Grey #324749

RGB

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

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

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

R = 25.77%
G = 36.6%
B = 37.63%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#324749 (or 0x324749) is known color: Dark Slate Grey. HEX triplet: 32, 47 and 49. RGB value is (50,71,73). Sum of RGB (Red+Green+Blue) = 50+71+73=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #324749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324749 is #CDB8B6. Grayscale: #404040. Windows color (decimal): -13482167 or 4802354. OLE color: 4802354.

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

Color convert

RGB 50 71 73 -
CMYK 0.32 0.03 0 0.71
HSL 185.22º 0.19% 0.24% -
HSV(B) 185.22º 0.32% 0.29% -
XYZ 4.77 5.67 7.15 -
YUV 64.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 50 71 73 0.32 0.03 0 0.71 185.22 0.19 0.24
Hex 32 47 49 20 3 0 47 B9 13 18
Octal 62 107 111 40 3 0 107 271 23 30
Binary 110010 1000111 1001001 100000 11 0 1000111 10111001 10011 11000

Color Harmonies of #324749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324749

Black with #324749

Text Example


Text Example

White with #324749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324749; }

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

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

background-color css

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

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

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

border-color css

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

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

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