#43414F

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

Shades of Gun Powder #43414F

Tints of Gun Powder #43414F

Color information

#43414F (or 0x43414F) is unknown color: approx Gun Powder. HEX triplet: 43, 41 and 4F. RGB value is (67,65,79). Sum of RGB (Red+Green+Blue) = 67+65+79=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 79 - color contains mainly: blue. Hex color #43414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43414F is #BCBEB0. Grayscale: #434343. Windows color (decimal): -12369585 or 5194051. OLE color: 5194051.

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

Color convert

RGB676579-
CMYK0.150.1800.69
HSL248.57º9.72%28.24%-
HSV(B)248.57º17.72%30.98%-
XYZ5.625.548.17-
YUV67.19134.66127.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.75%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=31.75%
G=30.81%
B=37.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6765790.150.1800.69248.579.7228.24
Hex43414FF12045f9a1c
Octal103101117172201053711234
Binary1000011100000110011111111100100100010111111001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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