Html Css Color HEX #3F3441 Fuscous Grey

📋 copy color: '#3F3441'

red 63 ◦ green 52 ◦ blue 65

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

Shades of Fuscous Grey #3F3441

Tints of Fuscous Grey #3F3441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 35%
G = 28.89%
B = 36.11%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F3441 (or 0x3F3441) is known color: Fuscous Grey. HEX triplet: 3F, 34 and 41. RGB value is (63,52,65). Sum of RGB (Red+Green+Blue) = 63+52+65=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F3441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3441 is #C0CBBE. Grayscale: #383838. Windows color (decimal): -12635071 or 4273215. OLE color: 4273215.

HSL color Cylindrical-coordinate representation of color #3F3441: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F3441 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 52 65 -
CMYK 0.03 0.20 0 0.75
HSL 290.77º 0.11% 0.23% -
HSV(B) 290.77º 0.2% 0.25% -
XYZ 4.23 3.89 5.53 -
YUV 56.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 63 52 65 0.03 0.20 0 0.75 290.77 0.11 0.23
Hex 3F 34 41 3 14 0 4B 123 B 17
Octal 77 64 101 3 24 0 113 443 13 27
Binary 111111 110100 1000001 11 10100 0 1001011 100100011 1011 10111

Color Harmonies of #3F3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3441

Black with #3F3441

Text Example


Text Example

White with #3F3441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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