Html Css Color HEX #3D343D Fuscous Grey

📋 copy color: '#3D343D'

red 61 ◦ green 52 ◦ blue 61

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

Shades of Fuscous Grey #3D343D

Tints of Fuscous Grey #3D343D

RGB

 RED value IS 61 (24.22% from 255) = 35.06%

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

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

R = 35.06%
G = 29.89%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3D343D (or 0x3D343D) is known color: Fuscous Grey. HEX triplet: 3D, 34 and 3D. RGB value is (61,52,61). Sum of RGB (Red+Green+Blue) = 61+52+61=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D343D is #C2CBC2. Grayscale: #373737. Windows color (decimal): -12766147 or 4011069. OLE color: 4011069.

HSL color Cylindrical-coordinate representation of color #3D343D: hue angle of 300º 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 #3D343D is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 52 61 -
CMYK 0 0.15 0 0.76
HSL 300º 0.08% 0.22% -
HSV(B) 300º 0.15% 0.24% -
XYZ 3.99 3.79 4.93 -
YUV 55.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 61 52 61 0 0.15 0 0.76 300 0.08 0.22
Hex 3D 34 3D 0 F 0 4C 12C 8 16
Octal 75 64 75 0 17 0 114 454 10 26
Binary 111101 110100 111101 0 1111 0 1001100 100101100 1000 10110

Color Harmonies of #3D343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D343D

Black with #3D343D

Text Example


Text Example

White with #3D343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D343D;
 }
 .AnyTagClassName
 {
   color: #3D343D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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