#434160

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

Shades of Gun Powder #434160

Tints of Gun Powder #434160

Color information

#434160 (or 0x434160) is unknown color: approx Gun Powder. HEX triplet: 43, 41 and 60. RGB value is (67,65,96). Sum of RGB (Red+Green+Blue) = 67+65+96=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #434160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434160 is #BCBE9F. Grayscale: #454545. Windows color (decimal): -12369568 or 6308163. OLE color: 6308163.

HSL color Cylindrical-coordinate representation of color #434160: hue angle of 243.87º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #434160 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB676596-
CMYK0.300.3200.62
HSL243.87º19.25%31.57%-
HSV(B)243.87º32.29%37.65%-
XYZ6.325.8211.86-
YUV69.13143.16126.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.39%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=29.39%
G=28.51%
B=42.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6765960.300.3200.62243.8719.2531.57
Hex4341601E2003Ef41320
Octal10310114036400763642340
Binary1000011100000111000001111010000001111101111010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434160; }

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

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

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

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

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

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

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

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