#43424D

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

Shades of Gun Powder #43424D

Tints of Gun Powder #43424D

Color information

#43424D (or 0x43424D) is unknown color: approx Gun Powder. HEX triplet: 43, 42 and 4D. RGB value is (67,66,77). Sum of RGB (Red+Green+Blue) = 67+66+77=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #43424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43424D is #BCBDB2. Grayscale: #434343. Windows color (decimal): -12369331 or 5063235. OLE color: 5063235.

HSL color Cylindrical-coordinate representation of color #43424D: hue angle of 245.45º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #43424D is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB676677-
CMYK0.130.1400.70
HSL245.45º7.69%28.04%-
HSV(B)245.45º14.29%30.2%-
XYZ5.65.637.81-
YUV67.55133.33127.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=31.90%
G=31.43%
B=36.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6766770.130.1400.70245.457.6928.04
Hex43424DDE046f581c
Octal103102115151601063651034
Binary100001110000101001101110111100100011011110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,66,77); }

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

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

 a { background-color: rgb(67,66,77); }

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

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

 span { border-color: rgb(67,66,77); }

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