#434154

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

Shades of Gun Powder #434154

Tints of Gun Powder #434154

Color information

#434154 (or 0x434154) is unknown color: approx Gun Powder. HEX triplet: 43, 41 and 54. RGB value is (67,65,84). Sum of RGB (Red+Green+Blue) = 67+65+84=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #434154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434154 is #BCBEAB. Grayscale: #434343. Windows color (decimal): -12369580 or 5521731. OLE color: 5521731.

HSL color Cylindrical-coordinate representation of color #434154: hue angle of 246.32º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #434154 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB676584-
CMYK0.200.2300.67
HSL246.32º12.75%29.22%-
HSV(B)246.32º22.62%32.94%-
XYZ5.815.619.17-
YUV67.76137.16127.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=31.02%
G=30.09%
B=38.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6765840.200.2300.67246.3212.7529.22
Hex4341541417043f6d1d
Octal103101124242701033661535
Binary10000111000001101010010100101110100001111110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434154; }

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

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

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

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

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

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

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

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