#43435A

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

Shades of Gun Powder #43435A

Tints of Gun Powder #43435A

Color information

#43435A (or 0x43435A) is unknown color: approx Gun Powder. HEX triplet: 43, 43 and 5A. RGB value is (67,67,90). Sum of RGB (Red+Green+Blue) = 67+67+90=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #43435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43435A is #BCBCA5. Grayscale: #454545. Windows color (decimal): -12369062 or 5915459. OLE color: 5915459.

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

Color convert

RGB676790-
CMYK0.260.2600.65
HSL240º14.65%30.78%-
HSV(B)240º25.56%35.29%-
XYZ6.175.9510.5-
YUV69.62139.5126.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.91%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 90 (35.55% from 255) = 40.18%
R=29.91%
G=29.91%
B=40.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6767900.260.2600.6524014.6530.78
Hex43435A1A1A041f0f1f
Octal103103132323201013601737
Binary10000111000011101101011010110100100000111110000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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