Html Css Color HEX #3F323F Fuscous Grey

📋 copy color: '#3F323F'

red 63 ◦ green 50 ◦ blue 63

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

Shades of Fuscous Grey #3F323F

Tints of Fuscous Grey #3F323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.41%

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

R = 35.8%
G = 28.41%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F323F (or 0x3F323F) is known color: Fuscous Grey. HEX triplet: 3F, 32 and 3F. RGB value is (63,50,63). Sum of RGB (Red+Green+Blue) = 63+50+63=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F323F is #C0CDC0. Grayscale: #373737. Windows color (decimal): -12635585 or 4141631. OLE color: 4141631.

HSL color Cylindrical-coordinate representation of color #3F323F: hue angle of 300º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F323F is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 50 63 -
CMYK 0 0.21 0 0.75
HSL 300º 0.12% 0.22% -
HSV(B) 300º 0.21% 0.25% -
XYZ 4.09 3.7 5.2 -
YUV 55.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 63 50 63 0 0.21 0 0.75 300 0.12 0.22
Hex 3F 32 3F 0 15 0 4B 12C C 16
Octal 77 62 77 0 25 0 113 454 14 26
Binary 111111 110010 111111 0 10101 0 1001011 100101100 1100 10110

Color Harmonies of #3F323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F323F

Black with #3F323F

Text Example


Text Example

White with #3F323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,50,63); }

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

background-color css

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

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

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

border-color css

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

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

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