Html Css Color HEX #324748 Dark Slate Grey

📋 copy color: '#324748'

red 50 ◦ green 71 ◦ blue 72

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

Shades of Dark Slate Grey #324748

Tints of Dark Slate Grey #324748

RGB

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

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

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

R = 25.91%
G = 36.79%
B = 37.31%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#324748 (or 0x324748) is known color: Dark Slate Grey. HEX triplet: 32, 47 and 48. RGB value is (50,71,72). Sum of RGB (Red+Green+Blue) = 50+71+72=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #324748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324748 is #CDB8B7. Grayscale: #404040. Windows color (decimal): -13482168 or 4736818. OLE color: 4736818.

HSL color Cylindrical-coordinate representation of color #324748: hue angle of 182.73º 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 #324748 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 71 72 -
CMYK 0.31 0.01 0 0.72
HSL 182.73º 0.18% 0.24% -
HSV(B) 182.73º 0.31% 0.28% -
XYZ 4.74 5.65 6.97 -
YUV 64.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 50 71 72 0.31 0.01 0 0.72 182.73 0.18 0.24
Hex 32 47 48 1F 1 0 48 B7 12 18
Octal 62 107 110 37 1 0 110 267 22 30
Binary 110010 1000111 1001000 11111 1 0 1001000 10110111 10010 11000

Color Harmonies of #324748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324748

Black with #324748

Text Example


Text Example

White with #324748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324748; }

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

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

background-color css

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

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

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

border-color css

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

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

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