#3C4143

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

Shades of Charade #3C4143

Tints of Charade #3C4143

Color information

#3C4143 (or 0x3C4143) is unknown color: approx Charade. HEX triplet: 3C, 41 and 43. RGB value is (60,65,67). Sum of RGB (Red+Green+Blue) = 60+65+67=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C4143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4143 is #C3BEBC. Grayscale: #3F3F3F. Windows color (decimal): -12828349 or 4407612. OLE color: 4407612.

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

Color convert

RGB606567-
CMYK0.100.0300.74
HSL197.14º5.51%24.9%-
HSV(B)197.14º10.45%26.27%-
XYZ4.775.156.05-
YUV63.73129.84125.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.25%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=31.25%
G=33.85%
B=34.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6065670.100.0300.74197.145.5124.9
Hex3C4143A304Ac5619
Octal741011031230112305631
Binary11110010000011000011101011010010101100010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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