#3F4140

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

Shades of Corduroy #3F4140

Tints of Corduroy #3F4140

Color information

#3F4140 (or 0x3F4140) is unknown color: approx Corduroy. HEX triplet: 3F, 41 and 40. RGB value is (63,65,64). Sum of RGB (Red+Green+Blue) = 63+65+64=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4140 is #C0BEBF. Grayscale: #404040. Windows color (decimal): -12631744 or 4211007. OLE color: 4211007.

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

Color convert

RGB636564-
CMYK0.0300.020.75
HSL150º1.56%25.1%-
HSV(B)150º3.08%25.49%-
XYZ4.875.215.6-
YUV64.29127.84127.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.81%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=32.81%
G=33.85%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6365640.0300.020.751501.5625.1
Hex3F41403024B96219
Octal77101100302113226231
Binary11111110000011000000110101001011100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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