#324848

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

Shades of Dark Slate Grey #324848

Tints of Dark Slate Grey #324848

Color information

#324848 (or 0x324848) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 48 and 48. RGB value is (50,72,72). Sum of RGB (Red+Green+Blue) = 50+72+72=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #324848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324848 is #CDB7B7. Grayscale: #414141. Windows color (decimal): -13481912 or 4737074. OLE color: 4737074.

HSL color Cylindrical-coordinate representation of color #324848: hue angle of 180º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #324848 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB507272-
CMYK0.31000.72
HSL180º18.03%23.92%-
HSV(B)180º30.56%28.24%-
XYZ4.85.786.99-
YUV65.42131.71117-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=25.77%
G=37.11%
B=37.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072720.31000.7218018.0323.92
Hex3248481F0048b41218
Octal6211011037001102642230
Binary1100101001000100100011111001001000101101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324848; }

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

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

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

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

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

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

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

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