Html Css Color HEX #3B343D Fuscous Grey

📋 copy color: '#3B343D'

red 59 ◦ green 52 ◦ blue 61

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

Shades of Fuscous Grey #3B343D

Tints of Fuscous Grey #3B343D

RGB

 RED value IS 59 (23.44% from 255) = 34.3%

 GREEN value IS 52 (20.7% from 255) = 30.23%

 BLUE value IS 61 (24.22% from 255) = 35.47%

R = 34.3%
G = 30.23%
B = 35.47%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

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

RGB 59 52 61 -
CMYK 0.03 0.15 0 0.76
HSL 286.67º 0.08% 0.22% -
HSV(B) 286.67º 0.15% 0.24% -
XYZ 3.87 3.72 4.93 -
YUV 55.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 59 52 61 0.03 0.15 0 0.76 286.67 0.08 0.22
Hex 3B 34 3D 3 F 0 4C 11F 8 16
Octal 73 64 75 3 17 0 114 437 10 26
Binary 111011 110100 111101 11 1111 0 1001100 100011111 1000 10110

Color Harmonies of #3B343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B343D

Black with #3B343D

Text Example


Text Example

White with #3B343D

Text Example


Text Example

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