#43414E

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

Shades of Gun Powder #43414E

Tints of Gun Powder #43414E

Color information

#43414E (or 0x43414E) is unknown color: approx Gun Powder. HEX triplet: 43, 41 and 4E. RGB value is (67,65,78). Sum of RGB (Red+Green+Blue) = 67+65+78=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 78 - color contains mainly: blue. Hex color #43414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43414E is #BCBEB1. Grayscale: #434343. Windows color (decimal): -12369586 or 5128515. OLE color: 5128515.

HSL color Cylindrical-coordinate representation of color #43414E: hue angle of 249.23º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #43414E is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB676578-
CMYK0.140.1700.69
HSL249.23º9.09%28.04%-
HSV(B)249.23º16.67%30.59%-
XYZ5.585.527.98-
YUV67.08134.16127.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=31.90%
G=30.95%
B=37.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6765780.140.1700.69249.239.0928.04
Hex43414EE11045f991c
Octal103101116162101053711134
Binary1000011100000110011101110100010100010111111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43414E; }

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

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

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

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

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

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

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

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