#3F3341

Color #3F3341 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #3F3341

Tints of Fuscous Grey #3F3341

Color information

#3F3341 (or 0x3F3341) is unknown color: approx Fuscous Grey. HEX triplet: 3F, 33 and 41. RGB value is (63,51,65). Sum of RGB (Red+Green+Blue) = 63+51+65=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F3341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3341 is #C0CCBE. Grayscale: #383838. Windows color (decimal): -12635327 or 4272959. OLE color: 4272959.

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

Color convert

RGB635165-
CMYK0.030.2200.75
HSL291.43º12.07%22.75%-
HSV(B)291.43º21.54%25.49%-
XYZ4.193.815.51-
YUV56.18132.98132.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.20%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=35.20%
G=28.49%
B=36.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6351650.030.2200.75291.4312.0722.75
Hex3F334131604B123c17
Octal776310132601134431427
Binary1111111100111000001111011001001011100100011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F3341;
 }
 .AnyTagClassName
 {
   color: #3F3341;
 }
</style>
background-color css

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

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

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

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

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

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