Html Css Color HEX #444350 Gun Powder

📋 copy color: '#444350'

red 68 ◦ green 67 ◦ blue 80

#444350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gun Powder #444350

Tints of Gun Powder #444350

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 value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#444350 (or 0x444350) is known color: 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

RGB 68 67 80 -
CMYK 0.15 0.16 0 0.69
HSL 244.62º 0.09% 0.29% -
HSV(B) 244.62º 0.16% 0.31% -
XYZ 5.84 5.82 8.41 -
YUV 68.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 68 67 80 0.15 0.16 0 0.69 244.62 0.09 0.29
Hex 44 43 50 F 10 0 45 F5 9 1D
Octal 104 103 120 17 20 0 105 365 11 35
Binary 1000100 1000011 1010000 1111 10000 0 1000101 11110101 1001 11101

Color Harmonies of #444350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444350

Black with #444350

Text Example


Text Example

White with #444350

Text Example


Text Example

HTML Codes & Css Web 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>