#3D353F

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

Shades of Fuscous Grey #3D353F

Tints of Fuscous Grey #3D353F

Color information

#3D353F (or 0x3D353F) is unknown color: approx Fuscous Grey. HEX triplet: 3D, 35 and 3F. RGB value is (61,53,63). Sum of RGB (Red+Green+Blue) = 61+53+63=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 63 - color contains mainly: blue. Hex color #3D353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D353F is #C2CAC0. Grayscale: #383838. Windows color (decimal): -12765889 or 4142397. OLE color: 4142397.

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

Color convert

RGB615363-
CMYK0.030.1600.75
HSL288º8.62%22.75%-
HSV(B)288º15.87%24.71%-
XYZ4.093.95.24-
YUV56.53131.65131.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.46%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 63 (25% from 255) = 35.59%
R=34.46%
G=29.94%
B=35.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6153630.030.1600.752888.6222.75
Hex3D353F31004B120917
Octal75657732001134401127
Binary111101110101111111111000001001011100100000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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