Html Css Color HEX #3E373F Fuscous Grey

📋 copy color: '#3E373F'

red 62 ◦ green 55 ◦ blue 63

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

Shades of Fuscous Grey #3E373F

Tints of Fuscous Grey #3E373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.56%

 BLUE value IS 63 (25% from 255) = 35%

R = 34.44%
G = 30.56%
B = 35%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E373F (or 0x3E373F) is known color: Fuscous Grey. HEX triplet: 3E, 37 and 3F. RGB value is (62,55,63). Sum of RGB (Red+Green+Blue) = 62+55+63=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E373F is #C1C8C0. Grayscale: #393939. Windows color (decimal): -12699841 or 4142910. OLE color: 4142910.

HSL color Cylindrical-coordinate representation of color #3E373F: hue angle of 292.5º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3E373F is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 55 63 -
CMYK 0.02 0.13 0 0.75
HSL 292.5º 0.07% 0.23% -
HSV(B) 292.5º 0.13% 0.25% -
XYZ 4.25 4.12 5.27 -
YUV 58.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 62 55 63 0.02 0.13 0 0.75 292.5 0.07 0.23
Hex 3E 37 3F 2 D 0 4B 124 7 17
Octal 76 67 77 2 15 0 113 444 7 27
Binary 111110 110111 111111 10 1101 0 1001011 100100100 111 10111

Color Harmonies of #3E373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E373F

Black with #3E373F

Text Example


Text Example

White with #3E373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,55,63); }

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

background-color css

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

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

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

border-color css

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

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

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