#3C4041

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

Shades of Charade #3C4041

Tints of Charade #3C4041

Color information

#3C4041 (or 0x3C4041) is unknown color: approx Charade. HEX triplet: 3C, 40 and 41. RGB value is (60,64,65). Sum of RGB (Red+Green+Blue) = 60+64+65=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4041 is #C3BFBE. Grayscale: #3E3E3E. Windows color (decimal): -12828607 or 4276284. OLE color: 4276284.

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

Color convert

RGB606465-
CMYK0.080.0200.75
HSL192º4%24.51%-
HSV(B)192º7.69%25.49%-
XYZ4.655.015.72-
YUV62.92129.17125.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=31.75%
G=33.86%
B=34.39%

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
Decimal6064650.080.0200.75192424.51
Hex3C40418204Bc0419
Octal741001011020113300431
Binary11110010000001000001100010010010111100000010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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