#434254

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

Shades of Gun Powder #434254

Tints of Gun Powder #434254

Color information

#434254 (or 0x434254) is unknown color: approx Gun Powder. HEX triplet: 43, 42 and 54. RGB value is (67,66,84). Sum of RGB (Red+Green+Blue) = 67+66+84=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #434254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434254 is #BCBDAB. Grayscale: #444444. Windows color (decimal): -12369324 or 5521987. OLE color: 5521987.

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

Color convert

RGB676684-
CMYK0.200.2100.67
HSL243.33º12%29.41%-
HSV(B)243.33º21.43%32.94%-
XYZ5.865.739.18-
YUV68.35136.83127.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.88%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=30.88%
G=30.41%
B=38.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6766840.200.2100.67243.331229.41
Hex4342541415043f3c1d
Octal103102124242501033631435
Binary10000111000010101010010100101010100001111110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434254; }

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

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

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

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

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

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

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

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