#3B4441

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

Shades of Corduroy #3B4441

Tints of Corduroy #3B4441

Color information

#3B4441 (or 0x3B4441) is unknown color: approx Corduroy. HEX triplet: 3B, 44 and 41. RGB value is (59,68,65). Sum of RGB (Red+Green+Blue) = 59+68+65=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 68 - color contains mainly: green. Hex color #3B4441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4441 is #C4BBBE. Grayscale: #404040. Windows color (decimal): -12893119 or 4277307. OLE color: 4277307.

HSL color Cylindrical-coordinate representation of color #3B4441: hue angle of 160º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3B4441 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB596865-
CMYK0.1300.040.73
HSL160º7.09%24.9%-
HSV(B)160º13.24%26.67%-
XYZ4.825.455.8-
YUV64.97128.02123.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.73%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=30.73%
G=35.42%
B=33.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5968650.1300.040.731607.0924.9
Hex3B4441D0449a0719
Octal731041011504111240731
Binary111011100010010000011101010010010011010000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,68,65); }

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

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

 a { background-color: rgb(59,68,65); }

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

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

 span { border-color: rgb(59,68,65); }

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