#3F4743

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

Shades of Corduroy #3F4743

Tints of Corduroy #3F4743

Color information

#3F4743 (or 0x3F4743) is unknown color: approx Corduroy. HEX triplet: 3F, 47 and 43. RGB value is (63,71,67). Sum of RGB (Red+Green+Blue) = 63+71+67=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4743 is #C0B8BC. Grayscale: #444444. Windows color (decimal): -12630205 or 4409151. OLE color: 4409151.

HSL color Cylindrical-coordinate representation of color #3F4743: hue angle of 150º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3F4743 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB637167-
CMYK0.1100.060.72
HSL150º5.97%26.27%-
HSV(B)150º11.27%27.84%-
XYZ5.325.976.18-
YUV68.15127.35124.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.34%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 67 (26.56% from 255) = 33.33%
R=31.34%
G=35.32%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6371670.1100.060.721505.9726.27
Hex3F4743B06489661a
Octal771071031306110226632
Binary111111100011110000111011011010010001001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,71,67); }

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

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

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

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

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

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

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