#3D3240

Color #3D3240 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #3D3240

Tints of Fuscous Grey #3D3240

Color information

#3D3240 (or 0x3D3240) is unknown color: approx Fuscous Grey. HEX triplet: 3D, 32 and 40. RGB value is (61,50,64). Sum of RGB (Red+Green+Blue) = 61+50+64=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3240 is #C2CDBF. Grayscale: #363636. Windows color (decimal): -12766656 or 4207165. OLE color: 4207165.

HSL color Cylindrical-coordinate representation of color #3D3240: hue angle of 287.14º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3D3240 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB615064-
CMYK0.050.2200.75
HSL287.14º12.28%22.35%-
HSV(B)287.14º21.88%25.1%-
XYZ3.993.645.34-
YUV54.88133.14132.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=34.86%
G=28.57%
B=36.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6150640.050.2200.75287.1412.2822.35
Hex3D324051604B11fc16
Octal756210052601134371426
Binary11110111001010000001011011001001011100011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D3240; }

 p { color: rgb(61,50,64); }

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

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

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

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

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

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

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