#32484C

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

Shades of Dark Slate Grey #32484C

Tints of Dark Slate Grey #32484C

Color information

#32484C (or 0x32484C) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 48 and 4C. RGB value is (50,72,76). Sum of RGB (Red+Green+Blue) = 50+72+76=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 76 - color contains mainly: blue. Hex color #32484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32484C is #CDB7B3. Grayscale: #414141. Windows color (decimal): -13481908 or 4999218. OLE color: 4999218.

HSL color Cylindrical-coordinate representation of color #32484C: hue angle of 189.23º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #32484C is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB507276-
CMYK0.340.0500.70
HSL189.23º20.63%24.71%-
HSV(B)189.23º34.21%29.8%-
XYZ4.945.837.7-
YUV65.88133.71116.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=25.25%
G=36.36%
B=38.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5072760.340.0500.70189.2320.6324.71
Hex32484C225046bd1519
Octal6211011442501062752531
Binary1100101001000100110010001010101000110101111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32484C;
 }
 .AnyTagClassName
 {
   color: #32484C;
 }
</style>
background-color css

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

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

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

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

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

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