#434351

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

Shades of Gun Powder #434351

Tints of Gun Powder #434351

Color information

#434351 (or 0x434351) is unknown color: approx Gun Powder. HEX triplet: 43, 43 and 51. RGB value is (67,67,81). Sum of RGB (Red+Green+Blue) = 67+67+81=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 81 - color contains mainly: blue. Hex color #434351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434351 is #BCBCAE. Grayscale: #444444. Windows color (decimal): -12369071 or 5325635. OLE color: 5325635.

HSL color Cylindrical-coordinate representation of color #434351: hue angle of 240º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #434351 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB676781-
CMYK0.170.1700.68
HSL240º9.46%29.02%-
HSV(B)240º17.28%31.76%-
XYZ5.815.88.6-
YUV68.6135126.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=31.16%
G=31.16%
B=37.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6767810.170.1700.682409.4629.02
Hex4343511111044f091d
Octal103103121212101043601135
Binary10000111000011101000110001100010100010011110000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434351; }

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

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

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

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

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

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

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

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