#32484B

Color #32484B Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #32484B

Tints of Dark Slate Grey #32484B

Color information

#32484B (or 0x32484B) is unknown color: approx 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

RGB507275-
CMYK0.330.0400.71
HSL187.2º20%24.51%-
HSV(B)187.2º33.33%29.41%-
XYZ4.95.827.52-
YUV65.76133.21116.76-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5072750.330.0400.71187.22024.51
Hex32484B214047bb1419
Octal6211011341401072732431
Binary1100101001000100101110000110001000111101110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>