#3D4041

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

Shades of Charade #3D4041

Tints of Charade #3D4041

Color information

#3D4041 (or 0x3D4041) is unknown color: approx Charade. HEX triplet: 3D, 40 and 41. RGB value is (61,64,65). Sum of RGB (Red+Green+Blue) = 61+64+65=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4041 is #C2BFBE. Grayscale: #3F3F3F. Windows color (decimal): -12763071 or 4276285. OLE color: 4276285.

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

Color convert

RGB616465-
CMYK0.060.0200.75
HSL195º3.17%24.71%-
HSV(B)195º6.15%25.49%-
XYZ4.715.045.73-
YUV63.22129.01126.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=32.11%
G=33.68%
B=34.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164650.060.0200.751953.1724.71
Hex3D40416204Bc3319
Octal75100101620113303331
Binary111101100000010000011101001001011110000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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