Html Css Color HEX #3B393B Fuscous Grey

📋 copy color: '#3B393B'

red 59 ◦ green 57 ◦ blue 59

#3B393B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuscous Grey #3B393B

Tints of Fuscous Grey #3B393B

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 value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#3B393B (or 0x3B393B) is known color: 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

RGB 59 57 59 -
CMYK 0 0.03 0 0.77
HSL 300º 0.02% 0.23% -
HSV(B) 300º 0.03% 0.23% -
XYZ 4.06 4.17 4.73 -
YUV 57.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 59 57 59 0 0.03 0 0.77 300 0.02 0.23
Hex 3B 39 3B 0 3 0 4D 12C 2 17
Octal 73 71 73 0 3 0 115 454 2 27
Binary 111011 111001 111011 0 11 0 1001101 100101100 10 10111

Color Harmonies of #3B393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B393B

Black with #3B393B

Text Example


Text Example

White with #3B393B

Text Example


Text Example

HTML Codes & Css Web 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>