#414141

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

Shades of Charcoal #414141

Tints of Charcoal #414141

Color information

#414141 (or 0x414141) is unknown color: approx Charcoal. HEX triplet: 41, 41 and 41. RGB value is (65,65,65). Sum of RGB (Red+Green+Blue) = 65+65+65=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 65 - color contains mainly: red, green, blue. Hex color #414141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414141 is #BEBEBE. Grayscale: #414141. Windows color (decimal): -12500671 or 4276545. OLE color: 4276545.

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

Color convert

RGB656565-
CMYK0000.75
HSL0%25.49%-
HSV(B)0%25.49%-
XYZ5.025.295.76-
YUV65128128-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6565650000.750025.49
Hex4141410004B0019
Octal1011011010001130031
Binary10000011000001100000100010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414141; }

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

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

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

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

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

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

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

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