Html Css Color HEX #3E353E Fuscous Grey

📋 copy color: '#3E353E'

red 62 ◦ green 53 ◦ blue 62

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

Shades of Fuscous Grey #3E353E

Tints of Fuscous Grey #3E353E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.94%

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

R = 35.03%
G = 29.94%
B = 35.03%

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

#3E353E (or 0x3E353E) is known color: Fuscous Grey. HEX triplet: 3E, 35 and 3E. RGB value is (62,53,62). Sum of RGB (Red+Green+Blue) = 62+53+62=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 62 - color contains mainly: red, blue. Hex color #3E353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E353E is #C1CAC1. Grayscale: #383838. Windows color (decimal): -12700354 or 4076862. OLE color: 4076862.

HSL color Cylindrical-coordinate representation of color #3E353E: hue angle of 300º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3E353E is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 53 62 -
CMYK 0 0.15 0 0.76
HSL 300º 0.08% 0.23% -
HSV(B) 300º 0.15% 0.24% -
XYZ 4.13 3.92 5.1 -
YUV 56.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 62 53 62 0 0.15 0 0.76 300 0.08 0.23
Hex 3E 35 3E 0 F 0 4C 12C 8 17
Octal 76 65 76 0 17 0 114 454 10 27
Binary 111110 110101 111110 0 1111 0 1001100 100101100 1000 10111

Color Harmonies of #3E353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E353E

Black with #3E353E

Text Example


Text Example

White with #3E353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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