#3B353B

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

Shades of Fuscous Grey #3B353B

Tints of Fuscous Grey #3B353B

Color information

#3B353B (or 0x3B353B) is unknown color: approx Fuscous Grey. HEX triplet: 3B, 35 and 3B. RGB value is (59,53,59). Sum of RGB (Red+Green+Blue) = 59+53+59=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B353B is #C4CAC4. Grayscale: #373737. Windows color (decimal): -12896965 or 3880251. OLE color: 3880251.

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

Color convert

RGB595359-
CMYK00.1000.77
HSL300º5.36%21.96%-
HSV(B)300º10.17%23.14%-
XYZ3.873.794.67-
YUV55.48129.99130.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=34.50%
G=30.99%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59535900.1000.773005.3621.96
Hex3B353B0A04D12c516
Octal7365730120115454526
Binary111011110101111011010100100110110010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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