#433F5D

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

Shades of Gun Powder #433F5D

Tints of Gun Powder #433F5D

Color information

#433F5D (or 0x433F5D) is unknown color: approx Gun Powder. HEX triplet: 43, 3F and 5D. RGB value is (67,63,93). Sum of RGB (Red+Green+Blue) = 67+63+93=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 63 (25% from 255 or 28.25% 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 #433F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433F5D is #BCC0A2. Grayscale: #434343. Windows color (decimal): -12370083 or 6111043. OLE color: 6111043.

HSL color Cylindrical-coordinate representation of color #433F5D: hue angle of 248º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #433F5D is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB676393-
CMYK0.280.3200.64
HSL248º19.23%30.59%-
HSV(B)248º32.26%36.47%-
XYZ6.075.5411.11-
YUV67.62142.33127.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.04%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=30.04%
G=28.25%
B=41.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6763930.280.3200.6424819.2330.59
Hex433F5D1C20040f8131f
Octal10377135344001003702337
Binary100001111111110111011110010000001000000111110001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433F5D; }

 p { color: rgb(67,63,93); }

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

<style>
 a { background-color: #433F5D; }

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

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

<style>
 span { border-color: #433F5D; }

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

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