#3B343B

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

Shades of Fuscous Grey #3B343B

Tints of Fuscous Grey #3B343B

Color information

#3B343B (or 0x3B343B) is unknown color: approx Fuscous Grey. HEX triplet: 3B, 34 and 3B. RGB value is (59,52,59). Sum of RGB (Red+Green+Blue) = 59+52+59=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B343B is #C4CBC4. Grayscale: #363636. Windows color (decimal): -12897221 or 3879995. OLE color: 3879995.

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

Color convert

RGB595259-
CMYK00.1200.77
HSL300º6.31%21.76%-
HSV(B)300º11.86%23.14%-
XYZ3.823.74.65-
YUV54.89130.32130.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.71%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 59 (23.44% from 255) = 34.71%
R=34.71%
G=30.59%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59525900.1200.773006.3121.76
Hex3B343B0C04D12c616
Octal7364730140115454626
Binary111011110100111011011000100110110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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