#32494B

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

Shades of Dark Slate Grey #32494B

Tints of Dark Slate Grey #32494B

Color information

#32494B (or 0x32494B) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 49 and 4B. RGB value is (50,73,75). Sum of RGB (Red+Green+Blue) = 50+73+75=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #32494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32494B is #CDB6B4. Grayscale: #424242. Windows color (decimal): -13481653 or 4933938. OLE color: 4933938.

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

Color convert

RGB507375-
CMYK0.330.0300.71
HSL184.8º20%24.51%-
HSV(B)184.8º33.33%29.41%-
XYZ4.975.957.54-
YUV66.35132.88116.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=25.25%
G=36.87%
B=37.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073750.330.0300.71184.82024.51
Hex32494B213047b91419
Octal6211111341301072712431
Binary110010100100110010111000011101000111101110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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