Html Css Color HEX #444353 Gun Powder

📋 copy color: '#444353'

red 68 ◦ green 67 ◦ blue 83

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

Shades of Gun Powder #444353

Tints of Gun Powder #444353

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

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 68 67 83 -
CMYK 0.18 0.19 0 0.67
HSL 243.75º 0.11% 0.29% -
HSV(B) 243.75º 0.19% 0.33% -
XYZ 5.95 5.87 9 -
YUV 69.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 68 67 83 0.18 0.19 0 0.67 243.75 0.11 0.29
Hex 44 43 53 12 13 0 43 F4 B 1D
Octal 104 103 123 22 23 0 103 364 13 35
Binary 1000100 1000011 1010011 10010 10011 0 1000011 11110100 1011 11101

Color Harmonies of #444353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444353

Black with #444353

Text Example


Text Example

White with #444353

Text Example


Text Example

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