Html Css Color HEX #32484B Dark Slate Grey

📋 copy color: '#32484B'

red 50 ◦ green 72 ◦ blue 75

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

Shades of Dark Slate Grey #32484B

Tints of Dark Slate Grey #32484B

RGB

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

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

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

R = 25.38%
G = 36.55%
B = 38.07%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#32484B (or 0x32484B) is known color: Dark Slate Grey. HEX triplet: 32, 48 and 4B. RGB value is (50,72,75). Sum of RGB (Red+Green+Blue) = 50+72+75=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #32484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32484B is #CDB7B4. Grayscale: #414141. Windows color (decimal): -13481909 or 4933682. OLE color: 4933682.

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

Color convert

RGB 50 72 75 -
CMYK 0.33 0.04 0 0.71
HSL 187.2º 0.2% 0.25% -
HSV(B) 187.2º 0.33% 0.29% -
XYZ 4.9 5.82 7.52 -
YUV 65.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 50 72 75 0.33 0.04 0 0.71 187.2 0.2 0.25
Hex 32 48 4B 21 4 0 47 BB 14 19
Octal 62 110 113 41 4 0 107 273 24 31
Binary 110010 1001000 1001011 100001 100 0 1000111 10111011 10100 11001

Color Harmonies of #32484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32484B

Black with #32484B

Text Example


Text Example

White with #32484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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