#3B343D

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

Shades of Fuscous Grey #3B343D

Tints of Fuscous Grey #3B343D

Color information

#3B343D (or 0x3B343D) is unknown color: approx Fuscous Grey. HEX triplet: 3B, 34 and 3D. RGB value is (59,52,61). Sum of RGB (Red+Green+Blue) = 59+52+61=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B343D is #C4CBC2. Grayscale: #373737. Windows color (decimal): -12897219 or 4011067. OLE color: 4011067.

HSL color Cylindrical-coordinate representation of color #3B343D: hue angle of 286.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3B343D is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB595261-
CMYK0.030.1500.76
HSL286.67º7.96%22.16%-
HSV(B)286.67º14.75%23.92%-
XYZ3.873.724.93-
YUV55.12131.32130.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.30%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=34.30%
G=30.23%
B=35.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5952610.030.1500.76286.677.9622.16
Hex3B343D3F04C11f816
Octal73647531701144371026
Binary11101111010011110111111101001100100011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,52,61); }

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

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

 a { background-color: rgb(59,52,61); }

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

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

 span { border-color: rgb(59,52,61); }

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