#494141

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

Shades of Charcoal #494141

Tints of Charcoal #494141

Color information

#494141 (or 0x494141) is unknown color: approx Charcoal. HEX triplet: 49, 41 and 41. RGB value is (73,65,65). Sum of RGB (Red+Green+Blue) = 73+65+65=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 73 - color contains mainly: red. Hex color #494141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494141 is #B6BEBE. Grayscale: #434343. Windows color (decimal): -11976383 or 4276553. OLE color: 4276553.

HSL color Cylindrical-coordinate representation of color #494141: hue angle of 0º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494141 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB736565-
CMYK00.110.110.71
HSL5.8%27.06%-
HSV(B)10.96%28.63%-
XYZ5.595.585.78-
YUV67.39126.65132-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=35.96%
G=32.02%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73656500.110.110.7105.827.06
Hex4941410BB47061b
Octal111101101013131070633
Binary1001001100000110000010101110111000111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494141; }

 p { color: rgb(73,65,65); }

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

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

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

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

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

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

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