#434353

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

Shades of Gun Powder #434353

Tints of Gun Powder #434353

Color information

#434353 (or 0x434353) is unknown color: approx Gun Powder. HEX triplet: 43, 43 and 53. RGB value is (67,67,83). Sum of RGB (Red+Green+Blue) = 67+67+83=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #434353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434353 is #BCBCAC. Grayscale: #444444. Windows color (decimal): -12369069 or 5456707. OLE color: 5456707.

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

Color convert

RGB676783-
CMYK0.190.1900.67
HSL240º10.67%29.41%-
HSV(B)240º19.28%32.55%-
XYZ5.885.839-
YUV68.82136126.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.88%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=30.88%
G=30.88%
B=38.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6767830.190.1900.6724010.6729.41
Hex4343531313043f0b1d
Octal103103123232301033601335
Binary10000111000011101001110011100110100001111110000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434353; }

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

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

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

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

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

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

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

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