#43435D

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

Shades of Gun Powder #43435D

Tints of Gun Powder #43435D

Color information

#43435D (or 0x43435D) is unknown color: approx Gun Powder. HEX triplet: 43, 43 and 5D. RGB value is (67,67,93). Sum of RGB (Red+Green+Blue) = 67+67+93=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #43435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43435D is #BCBCA2. Grayscale: #454545. Windows color (decimal): -12369059 or 6112067. OLE color: 6112067.

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

Color convert

RGB676793-
CMYK0.280.2800.64
HSL240º16.25%31.37%-
HSV(B)240º27.96%36.47%-
XYZ6.3611.18-
YUV69.96141125.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=29.52%
G=29.52%
B=40.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6767930.280.2800.6424016.2531.37
Hex43435D1C1C040f0101f
Octal103103135343401003602037
Binary100001110000111011101111001110001000000111100001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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