#444353

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

Shades of Gun Powder #444353

Tints of Gun Powder #444353

Color information

#444353 (or 0x444353) is unknown color: approx Gun Powder. HEX triplet: 44, 43 and 53. RGB value is (68,67,83). Sum of RGB (Red+Green+Blue) = 68+67+83=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #444353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444353 is #BBBCAC. Grayscale: #454545. Windows color (decimal): -12303533 or 5456708. OLE color: 5456708.

HSL color Cylindrical-coordinate representation of color #444353: hue angle of 243.75º 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 #444353 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB686783-
CMYK0.180.1900.67
HSL243.75º10.67%29.41%-
HSV(B)243.75º19.28%32.55%-
XYZ5.955.879-
YUV69.12135.83127.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=31.19%
G=30.73%
B=38.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6867830.180.1900.67243.7510.6729.41
Hex4443531213043f4b1d
Octal104103123222301033641335
Binary10001001000011101001110010100110100001111110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444353; }

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

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

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

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

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

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

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

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