Html Css Color HEX #3E343E Fuscous Grey

📋 copy color: '#3E343E'

red 62 ◦ green 52 ◦ blue 62

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

Shades of Fuscous Grey #3E343E

Tints of Fuscous Grey #3E343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 35.23%
G = 29.55%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3E343E (or 0x3E343E) is known color: Fuscous Grey. HEX triplet: 3E, 34 and 3E. RGB value is (62,52,62). Sum of RGB (Red+Green+Blue) = 62+52+62=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 62 - color contains mainly: red, blue. Hex color #3E343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E343E is #C1CBC1. Grayscale: #383838. Windows color (decimal): -12700610 or 4076606. OLE color: 4076606.

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

Color convert

RGB 62 52 62 -
CMYK 0 0.16 0 0.76
HSL 300º 0.09% 0.22% -
HSV(B) 300º 0.16% 0.24% -
XYZ 4.08 3.83 5.08 -
YUV 56.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 62 52 62 0 0.16 0 0.76 300 0.09 0.22
Hex 3E 34 3E 0 10 0 4C 12C 9 16
Octal 76 64 76 0 20 0 114 454 11 26
Binary 111110 110100 111110 0 10000 0 1001100 100101100 1001 10110

Color Harmonies of #3E343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E343E

Black with #3E343E

Text Example


Text Example

White with #3E343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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