#324546

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

Shades of Dark Slate Grey #324546

Tints of Dark Slate Grey #324546

Color information

#324546 (or 0x324546) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 45 and 46. RGB value is (50,69,70). Sum of RGB (Red+Green+Blue) = 50+69+70=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 70 - color contains mainly: blue. Hex color #324546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324546 is #CDBAB9. Grayscale: #3F3F3F. Windows color (decimal): -13482682 or 4605234. OLE color: 4605234.

HSL color Cylindrical-coordinate representation of color #324546: hue angle of 183º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #324546 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB506970-
CMYK0.290.0100.73
HSL183º16.67%23.53%-
HSV(B)183º28.57%27.45%-
XYZ4.555.386.59-
YUV63.43131.71118.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=26.46%
G=36.51%
B=37.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069700.290.0100.7318316.6723.53
Hex3245461D1049b71118
Octal6210510635101112672130
Binary1100101000101100011011101101001001101101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324546; }

 p { color: rgb(50,69,70); }

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

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

 a { background-color: rgb(50,69,70); }

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

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

 span { border-color: rgb(50,69,70); }

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