#413E52

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

Shades of Gun Powder #413E52

Tints of Gun Powder #413E52

Color information

#413E52 (or 0x413E52) is unknown color: approx Gun Powder. HEX triplet: 41, 3E and 52. RGB value is (65,62,82). Sum of RGB (Red+Green+Blue) = 65+62+82=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #413E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E52 is #BEC1AD. Grayscale: #414141. Windows color (decimal): -12501422 or 5389889. OLE color: 5389889.

HSL color Cylindrical-coordinate representation of color #413E52: hue angle of 249º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #413E52 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB656282-
CMYK0.210.2400.68
HSL249º13.89%28.24%-
HSV(B)249º24.39%32.16%-
XYZ5.435.188.7-
YUV65.18137.49127.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=31.10%
G=29.67%
B=39.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6562820.210.2400.6824913.8928.24
Hex413E521518044f9e1c
Octal10176122253001043711634
Binary1000001111110101001010101110000100010011111001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413E52; }

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

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

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

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

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

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

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

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