#444350

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

Shades of Gun Powder #444350

Tints of Gun Powder #444350

Color information

#444350 (or 0x444350) is unknown color: approx Gun Powder. HEX triplet: 44, 43 and 50. RGB value is (68,67,80). Sum of RGB (Red+Green+Blue) = 68+67+80=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #444350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444350 is #BBBCAF. Grayscale: #444444. Windows color (decimal): -12303536 or 5260100. OLE color: 5260100.

HSL color Cylindrical-coordinate representation of color #444350: hue angle of 244.62º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #444350 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB686780-
CMYK0.150.1600.69
HSL244.62º8.84%28.82%-
HSV(B)244.62º16.25%31.37%-
XYZ5.845.828.41-
YUV68.78134.33127.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=31.63%
G=31.16%
B=37.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6867800.150.1600.69244.628.8428.82
Hex444350F10045f591d
Octal104103120172001053651135
Binary1000100100001110100001111100000100010111110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444350; }

 p { color: rgb(68,67,80); }

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

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

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

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

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

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

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