Html Css Color HEX #32484A Dark Slate Grey

📋 copy color: '#32484A'

red 50 ◦ green 72 ◦ blue 74

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

Shades of Dark Slate Grey #32484A

Tints of Dark Slate Grey #32484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

 BLUE value IS 74 (29.3% from 255) = 37.76%

R = 25.51%
G = 36.73%
B = 37.76%

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

#32484A (or 0x32484A) is known color: Dark Slate Grey. HEX triplet: 32, 48 and 4A. RGB value is (50,72,74). Sum of RGB (Red+Green+Blue) = 50+72+74=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 74 - color contains mainly: blue. Hex color #32484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32484A is #CDB7B5. Grayscale: #414141. Windows color (decimal): -13481910 or 4868146. OLE color: 4868146.

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

Color convert

RGB 50 72 74 -
CMYK 0.32 0.03 0 0.71
HSL 185º 0.19% 0.24% -
HSV(B) 185º 0.32% 0.29% -
XYZ 4.87 5.81 7.34 -
YUV 65.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 50 72 74 0.32 0.03 0 0.71 185 0.19 0.24
Hex 32 48 4A 20 3 0 47 B9 13 18
Octal 62 110 112 40 3 0 107 271 23 30
Binary 110010 1001000 1001010 100000 11 0 1000111 10111001 10011 11000

Color Harmonies of #32484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32484A

Black with #32484A

Text Example


Text Example

White with #32484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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