Html Css Color HEX #3E343D Fuscous Grey

📋 copy color: '#3E343D'

red 62 ◦ green 52 ◦ blue 61

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

Shades of Fuscous Grey #3E343D

Tints of Fuscous Grey #3E343D

RGB

 RED value IS 62 (24.61% from 255) = 35.43%

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

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

R = 35.43%
G = 29.71%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#3E343D (or 0x3E343D) is known color: Fuscous Grey. HEX triplet: 3E, 34 and 3D. RGB value is (62,52,61). Sum of RGB (Red+Green+Blue) = 62+52+61=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 62 - color contains mainly: red. Hex color #3E343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E343D is #C1CBC2. Grayscale: #373737. Windows color (decimal): -12700611 or 4011070. OLE color: 4011070.

HSL color Cylindrical-coordinate representation of color #3E343D: hue angle of 306º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3E343D is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 52 61 -
CMYK 0 0.16 0.02 0.76
HSL 306º 0.09% 0.22% -
HSV(B) 306º 0.16% 0.24% -
XYZ 4.06 3.82 4.94 -
YUV 56.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 62 52 61 0 0.16 0.02 0.76 306 0.09 0.22
Hex 3E 34 3D 0 10 2 4C 132 9 16
Octal 76 64 75 0 20 2 114 462 11 26
Binary 111110 110100 111101 0 10000 10 1001100 100110010 1001 10110

Color Harmonies of #3E343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E343D

Black with #3E343D

Text Example


Text Example

White with #3E343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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