Html Css Color HEX #324A4B Dark Slate Grey

📋 copy color: '#324A4B'

red 50 ◦ green 74 ◦ blue 75

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

Shades of Dark Slate Grey #324A4B

Tints of Dark Slate Grey #324A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.19%

 BLUE value IS 75 (29.69% from 255) = 37.69%

R = 25.13%
G = 37.19%
B = 37.69%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#324A4B (or 0x324A4B) is known color: Dark Slate Grey. HEX triplet: 32, 4A and 4B. RGB value is (50,74,75). Sum of RGB (Red+Green+Blue) = 50+74+75=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #324A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A4B is #CDB5B4. Grayscale: #424242. Windows color (decimal): -13481397 or 4934194. OLE color: 4934194.

HSL color Cylindrical-coordinate representation of color #324A4B: hue angle of 182.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #324A4B is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 74 75 -
CMYK 0.33 0.01 0 0.71
HSL 182.4º 0.2% 0.25% -
HSV(B) 182.4º 0.33% 0.29% -
XYZ 5.03 6.08 7.57 -
YUV 66.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 50 74 75 0.33 0.01 0 0.71 182.4 0.2 0.25
Hex 32 4A 4B 21 1 0 47 B6 14 19
Octal 62 112 113 41 1 0 107 266 24 31
Binary 110010 1001010 1001011 100001 1 0 1000111 10110110 10100 11001

Color Harmonies of #324A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A4B

Black with #324A4B

Text Example


Text Example

White with #324A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,74,75); }

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

background-color css

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

 a { background-color: rgb(50,74,75); }

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

border-color css

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

 span { border-color: rgb(50,74,75); }

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