#3B3F40

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

Shades of Charade #3B3F40

Tints of Charade #3B3F40

Color information

#3B3F40 (or 0x3B3F40) is unknown color: approx Charade. HEX triplet: 3B, 3F and 40. RGB value is (59,63,64). Sum of RGB (Red+Green+Blue) = 59+63+64=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B3F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F40 is #C4C0BF. Grayscale: #3D3D3D. Windows color (decimal): -12894400 or 4210491. OLE color: 4210491.

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

Color convert

RGB596364-
CMYK0.080.0200.75
HSL192º4.07%24.12%-
HSV(B)192º7.81%25.1%-
XYZ4.514.855.55-
YUV61.92129.17125.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.72%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=31.72%
G=33.87%
B=34.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5963640.080.0200.751924.0724.12
Hex3B3F408204Bc0418
Octal73771001020113300430
Binary1110111111111000000100010010010111100000010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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