#3D323F

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

Shades of Fuscous Grey #3D323F

Tints of Fuscous Grey #3D323F

Color information

#3D323F (or 0x3D323F) is unknown color: approx Fuscous Grey. HEX triplet: 3D, 32 and 3F. RGB value is (61,50,63). Sum of RGB (Red+Green+Blue) = 61+50+63=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 63 - color contains mainly: blue. Hex color #3D323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D323F is #C2CDC0. Grayscale: #363636. Windows color (decimal): -12766657 or 4141629. OLE color: 4141629.

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

Color convert

RGB615063-
CMYK0.030.2100.75
HSL290.77º11.5%22.16%-
HSV(B)290.77º20.63%24.71%-
XYZ3.963.635.19-
YUV54.77132.64132.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.06%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 63 (25% from 255) = 36.21%
R=35.06%
G=28.74%
B=36.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6150630.030.2100.75290.7711.522.16
Hex3D323F31504B123c16
Octal75627732501134431426
Binary111101110010111111111010101001011100100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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