Html Css Color HEX #494141 Charcoal

📋 copy color: '#494141'

red 73 ◦ green 65 ◦ blue 65

#494141
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charcoal #494141

Tints of Charcoal #494141

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 value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#494141 (or 0x494141) is known color: 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

RGB 73 65 65 -
CMYK 0 0.11 0.11 0.71
HSL 0.06% 0.27% -
HSV(B) 0.11% 0.29% -
XYZ 5.59 5.58 5.78 -
YUV 67.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 73 65 65 0 0.11 0.11 0.71 0 0.06 0.27
Hex 49 41 41 0 B B 47 0 6 1B
Octal 111 101 101 0 13 13 107 0 6 33
Binary 1001001 1000001 1000001 0 1011 1011 1000111 0 110 11011

Color Harmonies of #494141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494141

Black with #494141

Text Example


Text Example

White with #494141

Text Example


Text Example

HTML Codes & Css Web 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>