Html Css Color HEX #324649 Dark Slate Grey

📋 copy color: '#324649'

red 50 ◦ green 70 ◦ blue 73

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

Shades of Dark Slate Grey #324649

Tints of Dark Slate Grey #324649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 25.91%
G = 36.27%
B = 37.82%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#324649 (or 0x324649) is known color: Dark Slate Grey. HEX triplet: 32, 46 and 49. RGB value is (50,70,73). Sum of RGB (Red+Green+Blue) = 50+70+73=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #324649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324649 is #CDB9B6. Grayscale: #404040. Windows color (decimal): -13482423 or 4802098. OLE color: 4802098.

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

Color convert

RGB 50 70 73 -
CMYK 0.32 0.04 0 0.71
HSL 187.83º 0.19% 0.24% -
HSV(B) 187.83º 0.32% 0.29% -
XYZ 4.71 5.54 7.12 -
YUV 64.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 50 70 73 0.32 0.04 0 0.71 187.83 0.19 0.24
Hex 32 46 49 20 4 0 47 BC 13 18
Octal 62 106 111 40 4 0 107 274 23 30
Binary 110010 1000110 1001001 100000 100 0 1000111 10111100 10011 11000

Color Harmonies of #324649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324649

Black with #324649

Text Example


Text Example

White with #324649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324649; }

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

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

background-color css

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

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

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

border-color css

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

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

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