#3D3340

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

Shades of Fuscous Grey #3D3340

Tints of Fuscous Grey #3D3340

Color information

#3D3340 (or 0x3D3340) is unknown color: approx Fuscous Grey. HEX triplet: 3D, 33 and 40. RGB value is (61,51,64). Sum of RGB (Red+Green+Blue) = 61+51+64=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D3340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3340 is #C2CCBF. Grayscale: #373737. Windows color (decimal): -12766400 or 4207421. OLE color: 4207421.

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

Color convert

RGB615164-
CMYK0.050.2000.75
HSL286.15º11.3%22.55%-
HSV(B)286.15º20.31%25.1%-
XYZ4.033.735.36-
YUV55.47132.81131.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.66%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=34.66%
G=28.98%
B=36.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6151640.050.2000.75286.1511.322.55
Hex3D334051404B11eb17
Octal756310052401134361327
Binary11110111001110000001011010001001011100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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