#3A4245

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

Shades of Charade #3A4245

Tints of Charade #3A4245

Color information

#3A4245 (or 0x3A4245) is unknown color: approx Charade. HEX triplet: 3A, 42 and 45. RGB value is (58,66,69). Sum of RGB (Red+Green+Blue) = 58+66+69=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 69 - color contains mainly: blue. Hex color #3A4245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4245 is #C5BDBA. Grayscale: #3F3F3F. Windows color (decimal): -12959163 or 4538938. OLE color: 4538938.

HSL color Cylindrical-coordinate representation of color #3A4245: hue angle of 196.36º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3A4245 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB586669-
CMYK0.160.0400.73
HSL196.36º8.66%24.9%-
HSV(B)196.36º15.94%27.06%-
XYZ4.775.236.39-
YUV63.95130.85123.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=30.05%
G=34.20%
B=35.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5866690.160.0400.73196.368.6624.9
Hex3A4245104049c4919
Octal7210210520401113041131
Binary11101010000101000101100001000100100111000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,66,69); }

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

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

 a { background-color: rgb(58,66,69); }

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

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

 span { border-color: rgb(58,66,69); }

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