#41415D

Color #41415D Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #41415D

Tints of Gun Powder #41415D

Color information

#41415D (or 0x41415D) is unknown color: approx Gun Powder. HEX triplet: 41, 41 and 5D. RGB value is (65,65,93). Sum of RGB (Red+Green+Blue) = 65+65+93=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #41415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41415D is #BEBEA2. Grayscale: #444444. Windows color (decimal): -12500643 or 6111553. OLE color: 6111553.

HSL color Cylindrical-coordinate representation of color #41415D: hue angle of 240º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41415D is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB656593-
CMYK0.300.3000.64
HSL240º17.72%30.98%-
HSV(B)240º30.11%36.47%-
XYZ6.055.6911.14-
YUV68.19142125.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=29.15%
G=29.15%
B=41.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6565930.300.3000.6424017.7230.98
Hex41415D1E1E040f0121f
Octal101101135363601003602237
Binary100000110000011011101111101111001000000111100001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41415D; }

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

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

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

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

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

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

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

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