#3B393B

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

Shades of Fuscous Grey #3B393B

Tints of Fuscous Grey #3B393B

Color information

#3B393B (or 0x3B393B) is unknown color: approx Fuscous Grey. HEX triplet: 3B, 39 and 3B. RGB value is (59,57,59). Sum of RGB (Red+Green+Blue) = 59+57+59=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B393B is #C4C6C4. Grayscale: #393939. Windows color (decimal): -12895941 or 3881275. OLE color: 3881275.

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

Color convert

RGB595759-
CMYK00.0300.77
HSL300º1.72%22.75%-
HSV(B)300º3.39%23.14%-
XYZ4.064.174.73-
YUV57.83128.66128.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.71%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=33.71%
G=32.57%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59575900.0300.773001.7222.75
Hex3B393B0304D12c217
Octal737173030115454227
Binary111011111001111011011010011011001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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