#32494A

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

Shades of Dark Slate Grey #32494A

Tints of Dark Slate Grey #32494A

Color information

#32494A (or 0x32494A) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 49 and 4A. RGB value is (50,73,74). Sum of RGB (Red+Green+Blue) = 50+73+74=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 74 - color contains mainly: blue. Hex color #32494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32494A is #CDB6B5. Grayscale: #424242. Windows color (decimal): -13481654 or 4868402. OLE color: 4868402.

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

Color convert

RGB507374-
CMYK0.320.0100.71
HSL182.5º19.35%24.31%-
HSV(B)182.5º32.43%29.02%-
XYZ4.935.947.36-
YUV66.24132.38116.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=25.38%
G=37.06%
B=37.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073740.320.0100.71182.519.3524.31
Hex32494A201047b61318
Octal6211111240101072662330
Binary11001010010011001010100000101000111101101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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