#3A3F41

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

Shades of Charade #3A3F41

Tints of Charade #3A3F41

Color information

#3A3F41 (or 0x3A3F41) is unknown color: approx Charade. HEX triplet: 3A, 3F and 41. RGB value is (58,63,65). Sum of RGB (Red+Green+Blue) = 58+63+65=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A3F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3F41 is #C5C0BE. Grayscale: #3D3D3D. Windows color (decimal): -12959935 or 4276026. OLE color: 4276026.

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

Color convert

RGB586365-
CMYK0.110.0300.75
HSL197.14º5.69%24.12%-
HSV(B)197.14º10.77%25.49%-
XYZ4.484.845.7-
YUV61.73129.84125.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=31.18%
G=33.87%
B=34.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5863650.110.0300.75197.145.6924.12
Hex3A3F41B304Bc5618
Octal72771011330113305630
Binary1110101111111000001101111010010111100010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,63,65); }

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

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

 a { background-color: rgb(58,63,65); }

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

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

 span { border-color: rgb(58,63,65); }

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