#3F3840

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

Shades of Fuscous Grey #3F3840

Tints of Fuscous Grey #3F3840

Color information

#3F3840 (or 0x3F3840) is unknown color: approx Fuscous Grey. HEX triplet: 3F, 38 and 40. RGB value is (63,56,64). Sum of RGB (Red+Green+Blue) = 63+56+64=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F3840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3840 is #C0C7BF. Grayscale: #3A3A3A. Windows color (decimal): -12634048 or 4208703. OLE color: 4208703.

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

Color convert

RGB635664-
CMYK0.020.1300.75
HSL292.5º6.67%23.53%-
HSV(B)292.5º12.5%25.1%-
XYZ4.394.265.44-
YUV59130.82130.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.43%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=34.43%
G=30.60%
B=34.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6356640.020.1300.75292.56.6723.53
Hex3F38402D04B124718
Octal77701002150113444730
Binary11111111100010000001011010100101110010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,56,64); }

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

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

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

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

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

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

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