#434352

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

Shades of Gun Powder #434352

Tints of Gun Powder #434352

Color information

#434352 (or 0x434352) is unknown color: approx Gun Powder. HEX triplet: 43, 43 and 52. RGB value is (67,67,82). Sum of RGB (Red+Green+Blue) = 67+67+82=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #434352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434352 is #BCBCAD. Grayscale: #444444. Windows color (decimal): -12369070 or 5391171. OLE color: 5391171.

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

Color convert

RGB676782-
CMYK0.180.1800.68
HSL240º10.07%29.22%-
HSV(B)240º18.29%32.16%-
XYZ5.845.828.8-
YUV68.71135.5126.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=31.02%
G=31.02%
B=37.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6767820.180.1800.6824010.0729.22
Hex4343521212044f0a1d
Octal103103122222201043601235
Binary10000111000011101001010010100100100010011110000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434352; }

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

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

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

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

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

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

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

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