#3D4341

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

Shades of Corduroy #3D4341

Tints of Corduroy #3D4341

Color information

#3D4341 (or 0x3D4341) is unknown color: approx Corduroy. HEX triplet: 3D, 43 and 41. RGB value is (61,67,65). Sum of RGB (Red+Green+Blue) = 61+67+65=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 67 - color contains mainly: green. Hex color #3D4341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4341 is #C2BCBE. Grayscale: #404040. Windows color (decimal): -12762303 or 4277053. OLE color: 4277053.

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

Color convert

RGB616765-
CMYK0.0900.030.74
HSL160º4.69%25.1%-
HSV(B)160º8.96%26.27%-
XYZ4.895.395.78-
YUV64.98128.01125.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.61%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=31.61%
G=34.72%
B=33.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6167650.0900.030.741604.6925.1
Hex3D43419034Aa0519
Octal751031011103112240531
Binary11110110000111000001100101110010101010000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,67,65); }

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

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

 a { background-color: rgb(61,67,65); }

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

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

 span { border-color: rgb(61,67,65); }

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