Html Css Color HEX #3F363E Fuscous Grey

📋 copy color: '#3F363E'

red 63 ◦ green 54 ◦ blue 62

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

Shades of Fuscous Grey #3F363E

Tints of Fuscous Grey #3F363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

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

R = 35.2%
G = 30.17%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#3F363E (or 0x3F363E) is known color: Fuscous Grey. HEX triplet: 3F, 36 and 3E. RGB value is (63,54,62). Sum of RGB (Red+Green+Blue) = 63+54+62=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 63 - color contains mainly: red. Hex color #3F363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F363E is #C0C9C1. Grayscale: #393939. Windows color (decimal): -12634562 or 4077119. OLE color: 4077119.

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

Color convert

RGB 63 54 62 -
CMYK 0 0.14 0.02 0.75
HSL 306.67º 0.08% 0.23% -
HSV(B) 306.67º 0.14% 0.25% -
XYZ 4.24 4.04 5.11 -
YUV 57.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 63 54 62 0 0.14 0.02 0.75 306.67 0.08 0.23
Hex 3F 36 3E 0 E 2 4B 133 8 17
Octal 77 66 76 0 16 2 113 463 10 27
Binary 111111 110110 111110 0 1110 10 1001011 100110011 1000 10111

Color Harmonies of #3F363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F363E

Black with #3F363E

Text Example


Text Example

White with #3F363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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