Html Css Color HEX #324648 Dark Slate Grey

📋 copy color: '#324648'

red 50 ◦ green 70 ◦ blue 72

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

Shades of Dark Slate Grey #324648

Tints of Dark Slate Grey #324648

RGB

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

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

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

R = 26.04%
G = 36.46%
B = 37.5%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#324648 (or 0x324648) is known color: Dark Slate Grey. HEX triplet: 32, 46 and 48. RGB value is (50,70,72). Sum of RGB (Red+Green+Blue) = 50+70+72=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #324648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324648 is #CDB9B7. Grayscale: #404040. Windows color (decimal): -13482424 or 4736562. OLE color: 4736562.

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

Color convert

RGB 50 70 72 -
CMYK 0.31 0.03 0 0.72
HSL 185.45º 0.18% 0.24% -
HSV(B) 185.45º 0.31% 0.28% -
XYZ 4.68 5.53 6.95 -
YUV 64.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 50 70 72 0.31 0.03 0 0.72 185.45 0.18 0.24
Hex 32 46 48 1F 3 0 48 B9 12 18
Octal 62 106 110 37 3 0 110 271 22 30
Binary 110010 1000110 1001000 11111 11 0 1001000 10111001 10010 11000

Color Harmonies of #324648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324648

Black with #324648

Text Example


Text Example

White with #324648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324648; }

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

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

background-color css

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

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

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

border-color css

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

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

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