#43425A

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

Shades of Gun Powder #43425A

Tints of Gun Powder #43425A

Color information

#43425A (or 0x43425A) is unknown color: approx Gun Powder. HEX triplet: 43, 42 and 5A. RGB value is (67,66,90). Sum of RGB (Red+Green+Blue) = 67+66+90=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #43425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43425A is #BCBDA5. Grayscale: #444444. Windows color (decimal): -12369318 or 5915203. OLE color: 5915203.

HSL color Cylindrical-coordinate representation of color #43425A: hue angle of 242.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #43425A is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB676690-
CMYK0.260.2700.65
HSL242.5º15.38%30.59%-
HSV(B)242.5º26.67%35.29%-
XYZ6.115.8310.48-
YUV69.04139.83126.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.04%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=30.04%
G=29.60%
B=40.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6766900.260.2700.65242.515.3830.59
Hex43425A1A1B041f2f1f
Octal103102132323301013621737
Binary10000111000010101101011010110110100000111110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43425A; }

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

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

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

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

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

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

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

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