Html Css Color HEX #3F343E Fuscous Grey

📋 copy color: '#3F343E'

red 63 ◦ green 52 ◦ blue 62

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

Shades of Fuscous Grey #3F343E

Tints of Fuscous Grey #3F343E

RGB

 RED value IS 63 (25% from 255) = 35.59%

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

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

R = 35.59%
G = 29.38%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#3F343E (or 0x3F343E) is known color: Fuscous Grey. HEX triplet: 3F, 34 and 3E. RGB value is (63,52,62). Sum of RGB (Red+Green+Blue) = 63+52+62=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 63 - color contains mainly: red. Hex color #3F343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F343E is #C0CBC1. Grayscale: #383838. Windows color (decimal): -12635074 or 4076607. OLE color: 4076607.

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

Color convert

RGB 63 52 62 -
CMYK 0 0.17 0.02 0.75
HSL 305.45º 0.1% 0.23% -
HSV(B) 305.45º 0.17% 0.25% -
XYZ 4.15 3.86 5.08 -
YUV 56.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 63 52 62 0 0.17 0.02 0.75 305.45 0.1 0.23
Hex 3F 34 3E 0 11 2 4B 131 A 17
Octal 77 64 76 0 21 2 113 461 12 27
Binary 111111 110100 111110 0 10001 10 1001011 100110001 1010 10111

Color Harmonies of #3F343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F343E

Black with #3F343E

Text Example


Text Example

White with #3F343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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